Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115880563
D36733.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.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
Wed, Apr 30, 10:47 PM (15 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17866793
Default Alt Text
D36733.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