Page MenuHomeFreeBSD

D52766.diff
No OneTemporary

D52766.diff

diff --git a/sys/dev/iwx/if_iwx.c b/sys/dev/iwx/if_iwx.c
--- a/sys/dev/iwx/if_iwx.c
+++ b/sys/dev/iwx/if_iwx.c
@@ -5501,6 +5501,9 @@
/* for non-data, use the lowest supported rate */
ridx = min_ridx;
*flags |= IWX_TX_FLAGS_CMD_RATE;
+ } else if (ni->ni_flags & IEEE80211_NODE_VHT) {
+ /* TODO: VHT - the ridx / rate array doesn't have VHT rates yet */
+ ridx = iwx_min_basic_rate(ic);
} else if (ni->ni_flags & IEEE80211_NODE_HT) {
ridx = iwx_mcs2ridx[ieee80211_node_get_txrate_dot11rate(ni)
& ~IEEE80211_RATE_MCS];

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 18, 6:16 AM (13 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28839683
Default Alt Text
D52766.diff (540 B)

Event Timeline