--- zzzz-none-000/linux-5.15.111/drivers/net/wireless/ath/wil6210/cfg80211.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/net/wireless/ath/wil6210/cfg80211.c 2024-02-07 10:23:13.000000000 +0000 @@ -2184,8 +2184,14 @@ return rc; } +#ifndef CFG80211_PROP_MULTI_LINK_SUPPORT static int wil_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *ndev) +#else /* CFG80211_PROP_MULTI_LINK_SUPPORT */ +static int wil_cfg80211_stop_ap(struct wiphy *wiphy, + struct net_device *ndev, + struct cfg80211_ap_settings *settings) +#endif /* CFG80211_PROP_MULTI_LINK_SUPPORT */ { struct wil6210_priv *wil = wiphy_to_wil(wiphy); struct wil6210_vif *vif = ndev_to_vif(ndev);