Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148184254
D38508.1785686359.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
825 B
Referenced Files
None
Subscribers
None
D38508.1785686359.diff
View Options
diff --git a/libexec/rc/rc.d/wpa_supplicant b/libexec/rc/rc.d/wpa_supplicant
--- a/libexec/rc/rc.d/wpa_supplicant
+++ b/libexec/rc/rc.d/wpa_supplicant
@@ -12,7 +12,6 @@
name="wpa_supplicant"
desc="WPA/802.11i Supplicant for wireless network devices"
-start_postcmd="wpa_poststart"
rcvar=
ifn="$2"
@@ -28,11 +27,6 @@
esac
}
-wpa_poststart() {
- ifconfig ${ifn} down
- sleep 2
- ifconfig ${ifn} up
-}
if is_wired_interface ${ifn} ; then
driver="wired"
diff --git a/sys/net80211/ieee80211_scan_sw.c b/sys/net80211/ieee80211_scan_sw.c
--- a/sys/net80211/ieee80211_scan_sw.c
+++ b/sys/net80211/ieee80211_scan_sw.c
@@ -860,6 +860,8 @@
ss->ss_ops->scan_restart(ss, vap); /* XXX? */
ieee80211_runtask(ic, &ss_priv->ss_scan_start);
IEEE80211_UNLOCK(ic);
+
+ ieee80211_notify_scan_done();
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 2, 3:59 PM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29338213
Default Alt Text
D38508.1785686359.diff (825 B)
Attached To
Mode
D38508: net80211(4): fix the connection-fail problem in wpa_supplicant(8)
Attached
Detach File
Event Timeline
Log In to Comment