Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111361688
D49198.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
693 B
Referenced Files
None
Subscribers
None
D49198.diff
View Options
diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c
--- a/sys/dev/ath/if_ath_tx_ht.c
+++ b/sys/dev/ath/if_ath_tx_ht.c
@@ -296,12 +296,14 @@
* we are always "out" by some amount.
*/
if (ni->ni_chw == IEEE80211_STA_RX_BW_40 &&
+ (ni->ni_flags & IEEE80211_NODE_SGI40) != 0 &&
ieee80211_ht_check_tx_shortgi_40(ni) &&
(bf->bf_flags & ATH_BUF_TOA_PROBE) == 0) {
rc[i].flags |= ATH_RC_SGI_FLAG;
}
if (ni->ni_chw == IEEE80211_STA_RX_BW_40 &&
+ (ni->ni_flags & IEEE80211_NODE_SGI20) != 0 &&
ieee80211_ht_check_tx_shortgi_20(ni) &&
(bf->bf_flags & ATH_BUF_TOA_PROBE) == 0) {
rc[i].flags |= ATH_RC_SGI_FLAG;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 3, 8:40 PM (5 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16935974
Default Alt Text
D49198.diff (693 B)
Attached To
Mode
D49198: ath / net80211: check node flags rather than ic/vap/ni htcaps for SGI
Attached
Detach File
Event Timeline
Log In to Comment