Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154319674
D5269.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
599 B
Referenced Files
None
Subscribers
None
D5269.diff
View Options
Index: head/sys/net80211/ieee80211_sta.c
===================================================================
--- head/sys/net80211/ieee80211_sta.c
+++ head/sys/net80211/ieee80211_sta.c
@@ -341,12 +341,13 @@
break;
}
break;
+ case IEEE80211_S_SLEEP:
case IEEE80211_S_RUN:
switch (arg & 0xff) {
case IEEE80211_FC0_SUBTYPE_AUTH:
IEEE80211_SEND_MGMT(ni,
IEEE80211_FC0_SUBTYPE_AUTH, 2);
- vap->iv_state = ostate; /* stay RUN */
+ vap->iv_state = IEEE80211_S_RUN; /* stay RUN */
break;
case IEEE80211_FC0_SUBTYPE_DEAUTH:
ieee80211_sta_leave(ni);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 7:52 PM (7 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32299660
Default Alt Text
D5269.diff (599 B)
Attached To
Mode
D5269: net80211: add missing SLEEP -> AUTH state transition for station mode
Attached
Detach File
Event Timeline
Log In to Comment