diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 6ea4ffbf84d8..de068ad6223b 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -71,9 +71,6 @@ struct ieee80211_fragment_entry { | |||
71 | 71 | ||
72 | 72 | ||
73 | struct ieee80211_bss { | 73 | struct ieee80211_bss { |
74 | /* Yes, this is a hack */ | ||
75 | struct cfg80211_bss cbss; | ||
76 | |||
77 | /* don't want to look up all the time */ | 74 | /* don't want to look up all the time */ |
78 | size_t ssid_len; | 75 | size_t ssid_len; |
79 | u8 ssid[IEEE80211_MAX_SSID_LEN]; | 76 | u8 ssid[IEEE80211_MAX_SSID_LEN]; |
@@ -274,7 +271,7 @@ struct ieee80211_work { | |||
274 | bool privacy; | 271 | bool privacy; |
275 | } probe_auth; | 272 | } probe_auth; |
276 | struct { | 273 | struct { |
277 | struct ieee80211_bss *bss; | 274 | struct cfg80211_bss *bss; |
278 | const u8 *supp_rates; | 275 | const u8 *supp_rates; |
279 | const u8 *ht_information_ie; | 276 | const u8 *ht_information_ie; |
280 | enum ieee80211_smps_mode smps; | 277 | enum ieee80211_smps_mode smps; |
@@ -317,7 +314,7 @@ struct ieee80211_if_managed { | |||
317 | int probe_send_count; | 314 | int probe_send_count; |
318 | 315 | ||
319 | struct mutex mtx; | 316 | struct mutex mtx; |
320 | struct ieee80211_bss *associated; | 317 | struct cfg80211_bss *associated; |
321 | 318 | ||
322 | u8 bssid[ETH_ALEN]; | 319 | u8 bssid[ETH_ALEN]; |
323 | 320 | ||