Skip to content
Snippets Groups Projects
Commit 144e5062 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

madwifi: preempt any running scan when wpa_supplicant triggers a new assoc

SVN-Revision: 11929
parent 21dbb0d6
No related branches found
No related tags found
No related merge requests found
--- 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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment