mac80211: use cfg80211s BSS infrastructure
Remove all the code from mac80211 to keep track of BSSes and use the cfg80211-provided code completely. 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

szülő
79420f09e7
commit
00d3f14cf9
@@ -102,8 +102,9 @@ void ieee80211_chswitch_work(struct work_struct *work)
|
||||
goto exit;
|
||||
|
||||
sdata->local->oper_channel = sdata->local->csa_channel;
|
||||
/* XXX: shouldn't really modify cfg80211-owned data! */
|
||||
if (!ieee80211_hw_config(sdata->local, IEEE80211_CONF_CHANGE_CHANNEL))
|
||||
bss->freq = sdata->local->oper_channel->center_freq;
|
||||
bss->cbss.channel = sdata->local->oper_channel;
|
||||
|
||||
ieee80211_rx_bss_put(sdata->local, bss);
|
||||
exit:
|
||||
@@ -158,7 +159,9 @@ void ieee80211_process_chanswitch(struct ieee80211_sub_if_data *sdata,
|
||||
IEEE80211_QUEUE_STOP_REASON_CSA);
|
||||
ifsta->flags |= IEEE80211_STA_CSA_RECEIVED;
|
||||
mod_timer(&ifsta->chswitch_timer,
|
||||
jiffies + msecs_to_jiffies(sw_elem->count * bss->beacon_int));
|
||||
jiffies +
|
||||
msecs_to_jiffies(sw_elem->count *
|
||||
bss->cbss.beacon_interval));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user