madwifi: preempt any running scan when wpa_supplicant triggers a new assoc
SVN-Revision: 11929
This commit is contained in:
parent
21dbb0d64d
commit
144e506288
1 changed files with 10 additions and 0 deletions
10
package/madwifi/patches/369-mlme_assoc.patch
Normal file
10
package/madwifi/patches/369-mlme_assoc.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/net80211/ieee80211_wireless.c
|
||||
+++ b/net80211/ieee80211_wireless.c
|
||||
@@ -3726,6 +3726,7 @@
|
||||
if (vap->iv_opmode == IEEE80211_M_STA) {
|
||||
struct scanlookup lookup;
|
||||
|
||||
+ preempt_scan(dev, 100, 100);
|
||||
lookup.se = NULL;
|
||||
lookup.mac = mlme->im_macaddr;
|
||||
/* XXX use revised api w/ explicit ssid */
|
Loading…
Reference in a new issue