old mode 100644new mode 100755.. | .. |
---|
189 | 189 | s32 |
---|
190 | 190 | wl_cfg80211_set_channel(struct wiphy *wiphy, struct net_device *dev, |
---|
191 | 191 | struct ieee80211_channel *chan, |
---|
192 | | -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0)) |
---|
193 | | - enum nl80211_channel_type channel_type |
---|
194 | | -#else |
---|
195 | | - enum nl80211_chan_width width |
---|
196 | | -#endif |
---|
197 | | -); |
---|
| 192 | + enum nl80211_channel_type channel_type); |
---|
198 | 193 | #endif /* ((LINUX_VERSION < VERSION(3, 6, 0)) || WL_COMPAT_WIRELESS */ |
---|
199 | 194 | #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 4, 0)) || \ |
---|
200 | 195 | defined(WL_COMPAT_WIRELESS) |
---|
201 | 196 | extern s32 wl_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *dev, |
---|
202 | 197 | struct cfg80211_ap_settings *info); |
---|
203 | | -#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 2) || defined(CFG80211_BKPORT_MLO) |
---|
204 | | -extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev, |
---|
205 | | - unsigned int link_id); |
---|
206 | | -#else |
---|
207 | 198 | extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev); |
---|
208 | | -#endif /* CFG80211_BKPORT_MLO */ |
---|
209 | 199 | extern s32 wl_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, |
---|
210 | 200 | struct cfg80211_beacon_data *info); |
---|
211 | 201 | #else |
---|
.. | .. |
---|
258 | 248 | #ifdef SUPPORT_AP_BWCTRL |
---|
259 | 249 | extern void wl_restore_ap_bw(struct bcm_cfg80211 *cfg); |
---|
260 | 250 | #endif /* SUPPORT_AP_BWCTRL */ |
---|
261 | | - |
---|
262 | | -extern int wl_chspec_chandef(chanspec_t chanspec, |
---|
263 | | - struct cfg80211_chan_def *chandef, struct wiphy *wiphy); |
---|
264 | 251 | #endif /* _wl_cfgvif_h_ */ |
---|