Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102561587
D36733.id111183.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
402 B
Referenced Files
None
Subscribers
None
D36733.id111183.diff
View Options
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c
--- a/sys/net80211/ieee80211_output.c
+++ b/sys/net80211/ieee80211_output.c
@@ -2896,7 +2896,7 @@
}
frm = ieee80211_add_wpa(frm, vap);
- if ((ic->ic_flags & IEEE80211_F_WME) &&
+ if ((vap->iv_flags & IEEE80211_F_WME) &&
ni->ni_ies.wme_ie != NULL)
frm = ieee80211_add_wme_info(frm, &ic->ic_wme, ni);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 2:30 AM (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14637074
Default Alt Text
D36733.id111183.diff (402 B)
Attached To
Mode
D36733: net80211: move IEEE80211_F_WME check to vap for consistency
Attached
Detach File
Event Timeline
Log In to Comment