Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147290138
D39476.1782779706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
D39476.1782779706.diff
View Options
diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c
--- a/sys/net80211/ieee80211_ht.c
+++ b/sys/net80211/ieee80211_ht.c
@@ -3209,14 +3209,14 @@
}
}
+ txparams = 0x1; /* TX MCS set defined */
if (ic->ic_rxstream != ic->ic_txstream) {
- txparams = 0x1; /* TX MCS set defined */
txparams |= 0x2; /* TX RX MCS not equal */
txparams |= (ic->ic_txstream - 1) << 2; /* num TX streams */
if (ic->ic_htcaps & IEEE80211_HTC_TXUNEQUAL)
txparams |= 0x16; /* TX unequal modulation sup */
- } else
- txparams = 0;
+ }
+
frm[12] = txparams;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 12:35 AM (7 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28991820
Default Alt Text
D39476.1782779706.diff (582 B)
Attached To
Mode
D39476: net80211: wrong transmit MCS set in HT Capabilities IE
Attached
Detach File
Event Timeline
Log In to Comment