Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106055213
D5474.id13907.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
680 B
Referenced Files
None
Subscribers
None
D5474.id13907.diff
View Options
Index: head/sys/net80211/ieee80211_scan_sta.c
===================================================================
--- head/sys/net80211/ieee80211_scan_sta.c
+++ head/sys/net80211/ieee80211_scan_sta.c
@@ -1714,7 +1714,6 @@
st->st_scangen++;
st->st_newscan = 1;
- ieee80211_promisc(vap, true);
return 0;
}
@@ -1724,7 +1723,6 @@
static int
ap_cancel(struct ieee80211_scan_state *ss, struct ieee80211vap *vap)
{
- ieee80211_promisc(vap, false);
return 0;
}
@@ -1798,7 +1796,6 @@
return 0;
}
}
- ieee80211_promisc(vap, false);
if (ss->ss_flags & (IEEE80211_SCAN_NOPICK | IEEE80211_SCAN_NOJOIN)) {
/*
* Manual/background scan, don't select+join the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 3:06 PM (3 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596965
Default Alt Text
D5474.id13907.diff (680 B)
Attached To
Mode
D5474: net80211: do not enforce promiscuous mode for AP scan
Attached
Detach File
Event Timeline
Log In to Comment