diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c index 589490b69ddc..7af823a1527d 100644 --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c | |||
@@ -351,7 +351,7 @@ void ath9k_hw_set11n_txdesc(struct ath_hw *ah, struct ath_desc *ds, | |||
351 | 351 | ||
352 | ads->ds_ctl6 = SM(keyType, AR_EncrType); | 352 | ads->ds_ctl6 = SM(keyType, AR_EncrType); |
353 | 353 | ||
354 | if (AR_SREV_9285(ah)) { | 354 | if (AR_SREV_9285(ah) || AR_SREV_9271(ah)) { |
355 | ads->ds_ctl8 = 0; | 355 | ads->ds_ctl8 = 0; |
356 | ads->ds_ctl9 = 0; | 356 | ads->ds_ctl9 = 0; |
357 | ads->ds_ctl10 = 0; | 357 | ads->ds_ctl10 = 0; |