diff options
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r-- | net/wireless/core.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index 37ec16d7bb1a..8a820f9c4a76 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -210,6 +210,7 @@ struct cfg80211_event { | |||
210 | } dc; | 210 | } dc; |
211 | struct { | 211 | struct { |
212 | u8 bssid[ETH_ALEN]; | 212 | u8 bssid[ETH_ALEN]; |
213 | struct ieee80211_channel *channel; | ||
213 | } ij; | 214 | } ij; |
214 | }; | 215 | }; |
215 | }; | 216 | }; |
@@ -257,7 +258,8 @@ int __cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, | |||
257 | struct net_device *dev, bool nowext); | 258 | struct net_device *dev, bool nowext); |
258 | int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, | 259 | int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, |
259 | struct net_device *dev, bool nowext); | 260 | struct net_device *dev, bool nowext); |
260 | void __cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid); | 261 | void __cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, |
262 | struct ieee80211_channel *channel); | ||
261 | int cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev, | 263 | int cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev, |
262 | struct wireless_dev *wdev); | 264 | struct wireless_dev *wdev); |
263 | 265 | ||