aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-07-23 16:37:47 -0700
committerJohn W. Linville <linville@tuxdriver.com>2009-07-27 15:24:18 -0400
commit91a3bd76155085d41520cf41ede39e8b7f01aeff (patch)
tree85fe48cf03a190ab9aba8705fe7694bcdbb85a8b /net/mac80211/sta_info.h
parent485318471e85c1ddb5e3056fa30fdbbc46d759c6 (diff)
downloadkernel_samsung_smdk4412-91a3bd76155085d41520cf41ede39e8b7f01aeff.zip
kernel_samsung_smdk4412-91a3bd76155085d41520cf41ede39e8b7f01aeff.tar.gz
kernel_samsung_smdk4412-91a3bd76155085d41520cf41ede39e8b7f01aeff.tar.bz2
mac80211: fix MLME issuing of probe requests while scanning
We were issuing probe requests to the associated AP on the wrong band by having our beacon timer loss trigger while we are scanning. When we would scan the timer could hit and force us to send a probe request to the AP but with a chance we'd be on the wrong band. This leads to finding no usable bitrate but we should not get so far on the xmit path. We should not be trying to send these probe request frames so prevent ieee80211_mgd_probe_ap() from sending these. As it turns out all callers of ieee80211_mgd_probe_ap() need this check so we just move the scan check there. This means we can remove the recenlty added check during ieee80211_sta_monitor_work(). Additionally we now fix a race condition added by the patch "mac80211: do not monitor the connection while scanning" which had the same check in ieee80211_sta_conn_mon_timer(). The race happens because the timer routine *does* a valid check for scanning but after it queues work into the mac80211 workqueue the work callback can kick off with scanning enabled and cause the same issue we were trying to avoid. The more appropriate solution would be to disable the respective timers during scan and re-enable them after scan but requires more complex code and testing. Cc: Christian Lamparter <chunkeey@web.de> Cc: Larry Finger <Larry.Finger@lwfinger.net> Reported-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
0 files changed, 0 insertions, 0 deletions