| .. | .. |
|---|
| 189 | 189 | s32 |
|---|
| 190 | 190 | wl_cfg80211_set_channel(struct wiphy *wiphy, struct net_device *dev, |
|---|
| 191 | 191 | struct ieee80211_channel *chan, |
|---|
| 192 | | - enum nl80211_channel_type channel_type); |
|---|
| 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 | +); |
|---|
| 193 | 198 | #endif /* ((LINUX_VERSION < VERSION(3, 6, 0)) || WL_COMPAT_WIRELESS */ |
|---|
| 194 | 199 | #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 4, 0)) || \ |
|---|
| 195 | 200 | defined(WL_COMPAT_WIRELESS) |
|---|
| .. | .. |
|---|
| 200 | 205 | unsigned int link_id); |
|---|
| 201 | 206 | #else |
|---|
| 202 | 207 | extern s32 wl_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev); |
|---|
| 203 | | -#endif |
|---|
| 208 | +#endif /* CFG80211_BKPORT_MLO */ |
|---|
| 204 | 209 | extern s32 wl_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, |
|---|
| 205 | 210 | struct cfg80211_beacon_data *info); |
|---|
| 206 | 211 | #else |
|---|