diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 66ddbbeccd20..058686a721a1 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -60,7 +60,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, | |||
60 | rcu_read_unlock(); | 60 | rcu_read_unlock(); |
61 | 61 | ||
62 | /* assume HW handles this */ | 62 | /* assume HW handles this */ |
63 | if (tx->rate.flags & IEEE80211_TX_RC_MCS) | 63 | if (tx->rate.flags & (IEEE80211_TX_RC_MCS | IEEE80211_TX_RC_VHT_MCS)) |
64 | return 0; | 64 | return 0; |
65 | 65 | ||
66 | /* uh huh? */ | 66 | /* uh huh? */ |