diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index b06fa6f83985..93c91f218ca2 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2030,7 +2030,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
2030 | 2030 | ||
2031 | if (AR_SREV_9300_20_OR_LATER(ah)) { | 2031 | if (AR_SREV_9300_20_OR_LATER(ah)) { |
2032 | pCap->hw_caps |= ATH9K_HW_CAP_EDMA | ATH9K_HW_CAP_FASTCLOCK; | 2032 | pCap->hw_caps |= ATH9K_HW_CAP_EDMA | ATH9K_HW_CAP_FASTCLOCK; |
2033 | if (!AR_SREV_9485(ah)) | 2033 | if (!AR_SREV_9330(ah) && !AR_SREV_9485(ah)) |
2034 | pCap->hw_caps |= ATH9K_HW_CAP_LDPC; | 2034 | pCap->hw_caps |= ATH9K_HW_CAP_LDPC; |
2035 | 2035 | ||
2036 | pCap->rx_hp_qdepth = ATH9K_HW_RX_HP_QDEPTH; | 2036 | pCap->rx_hp_qdepth = ATH9K_HW_RX_HP_QDEPTH; |