Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161712245
D58020.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D58020.diff
View Options
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1523,7 +1523,7 @@
scan.vhtcap, scan.vhtopmode);
do_ht = 1;
}
- if (do_ht) {
+ if (do_ht && scan.htcap != NULL && scan.htinfo != NULL) {
if (ieee80211_ht_updateparams_final(ni,
scan.htcap, scan.htinfo))
ht_state_change = 1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 7, 4:22 AM (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34661752
Default Alt Text
D58020.diff (413 B)
Attached To
Mode
D58020: net80211: don't do_ht in sta_recv_mgmt without htcap/htinfo
Attached
Detach File
Event Timeline
Log In to Comment