old mode 100644new mode 100755| .. | .. |
|---|
| 195 | 195 | defined(WL_COMPAT_WIRELESS) |
|---|
| 196 | 196 | extern s32 wl_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, |
|---|
| 197 | 197 | struct cfg80211_ap_settings *info); |
|---|
| 198 | | -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 2) || defined(CFG80211_BKPORT_MLO) |
|---|
| 199 | | -extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev, |
|---|
| 200 | | - unsigned int link_id); |
|---|
| 201 | | -#else |
|---|
| 202 | 198 | extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev); |
|---|
| 203 | | -#endif |
|---|
| 204 | 199 | extern s32 wl_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, |
|---|
| 205 | 200 | struct cfg80211_beacon_data *info); |
|---|
| 206 | 201 | #else |
|---|
| .. | .. |
|---|
| 253 | 248 | #ifdef SUPPORT_AP_BWCTRL |
|---|
| 254 | 249 | extern void wl_restore_ap_bw(struct bcm_cfg80211 *cfg); |
|---|
| 255 | 250 | #endif /* SUPPORT_AP_BWCTRL */ |
|---|
| 256 | | - |
|---|
| 257 | | -extern int wl_chspec_chandef(chanspec_t chanspec, |
|---|
| 258 | | - struct cfg80211_chan_def *chandef, struct wiphy *wiphy); |
|---|
| 259 | 251 | #endif /* _wl_cfgvif_h_ */ |
|---|