mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-10 12:40:31 +00:00
madwifi: preempt any running scan when wpa_supplicant triggers a new assoc
SVN-Revision: 11929
This commit is contained in:
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 */
|
||||
Reference in New Issue
Block a user