Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163419196
D26087.id75896.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
481 B
Referenced Files
None
Subscribers
None
D26087.id75896.diff
View Options
Index: sys/net80211/ieee80211_vht.c
===================================================================
--- sys/net80211/ieee80211_vht.c
+++ sys/net80211/ieee80211_vht.c
@@ -222,7 +222,7 @@
IEEE80211_VHTCAP_BITS);
/* For now, just 5GHz VHT. Worry about 2GHz VHT later */
- for (i = 0; i < 7; i++) {
+ for (i = 0; i < 8; i++) {
/* Each stream is 2 bits */
tx = (ic->ic_vht_mcsinfo.tx_mcs_map >> (2*i)) & 0x3;
rx = (ic->ic_vht_mcsinfo.rx_mcs_map >> (2*i)) & 0x3;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 1:28 AM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35423436
Default Alt Text
D26087.id75896.diff (481 B)
Attached To
Mode
D26087: net80211: VHT correct NSS Set loop boundary
Attached
Detach File
Event Timeline
Log In to Comment