|
@@ -658,7 +658,7 @@ static int __ath9k_hw_init(struct ath_hw *ah)
|
|
}
|
|
}
|
|
|
|
|
|
if (AR_SREV_9271(ah) || AR_SREV_9100(ah) || AR_SREV_9340(ah) ||
|
|
if (AR_SREV_9271(ah) || AR_SREV_9100(ah) || AR_SREV_9340(ah) ||
|
|
- AR_SREV_9330(ah))
|
|
|
|
|
|
+ AR_SREV_9330(ah) || AR_SREV_9550(ah))
|
|
ah->is_pciexpress = false;
|
|
ah->is_pciexpress = false;
|
|
|
|
|
|
ah->hw_version.phyRev = REG_READ(ah, AR_PHY_CHIP_ID);
|
|
ah->hw_version.phyRev = REG_READ(ah, AR_PHY_CHIP_ID);
|