mac80211: proper bss private data handling
cfg80211 offers private data for each BSS struct, which mac80211 uses. However, mac80211 uses internal and external (cfg80211) BSS pointers interchangeably and has a hack to put the cfg80211 bss struct into the private struct. Remove this hack, properly converting between the pointers wherever necessary. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
8e664fb3fd
commit
0c1ad2cac1
@ -517,8 +517,7 @@ ieee80211_associate(struct ieee80211_work *wk)
|
||||
* bss struct for that AP.
|
||||
*/
|
||||
if (wk->assoc.bss)
|
||||
cfg80211_unlink_bss(local->hw.wiphy,
|
||||
&wk->assoc.bss->cbss);
|
||||
cfg80211_unlink_bss(local->hw.wiphy, wk->assoc.bss);
|
||||
|
||||
/*
|
||||
* We might have a pending scan which had no chance to run yet
|
||||
|
Reference in New Issue
Block a user