mac80211: set BSS_CHANGED_IDLE on vif reconfig
The vif might be busy while reconfiguring (e.g. associated), so indicate BSS_CHANGED_IDLE as well. Reported-by: Eyal Shapira <eyal@wizery.com> Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
6e6ae9ddf0
commit
55de47f65f
@ -1057,7 +1057,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
|
||||
BSS_CHANGED_BEACON_INT |
|
||||
BSS_CHANGED_BSSID |
|
||||
BSS_CHANGED_CQM |
|
||||
BSS_CHANGED_QOS;
|
||||
BSS_CHANGED_QOS |
|
||||
BSS_CHANGED_IDLE;
|
||||
|
||||
switch (sdata->vif.type) {
|
||||
case NL80211_IFTYPE_STATION:
|
||||
|
Reference in New Issue
Block a user