mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 12:23:08 +02:00
bf6c297d60
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
307 B
Diff
11 lines
307 B
Diff
--- a/net80211/ieee80211_wireless.c
|
|
+++ b/net80211/ieee80211_wireless.c
|
|
@@ -3723,6 +3723,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 */
|