2011-06-01 21:12:31 +08:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/hw.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/hw.c
|
2011-06-16 05:16:38 +08:00
|
|
|
@@ -2040,7 +2040,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
|
2011-06-01 21:12:31 +08:00
|
|
|
|
|
|
|
if (AR_SREV_9300_20_OR_LATER(ah)) {
|
|
|
|
pCap->hw_caps |= ATH9K_HW_CAP_EDMA | ATH9K_HW_CAP_FASTCLOCK;
|
|
|
|
- if (!AR_SREV_9485(ah))
|
|
|
|
+ if (!AR_SREV_9330(ah) && !AR_SREV_9485(ah))
|
|
|
|
pCap->hw_caps |= ATH9K_HW_CAP_LDPC;
|
|
|
|
|
|
|
|
pCap->rx_hp_qdepth = ATH9K_HW_RX_HP_QDEPTH;
|