]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath9k: clear pciexpress flag for AR9550
authorGabor Juhos <juhosg@openwrt.org>
Tue, 3 Jul 2012 17:13:20 +0000 (19:13 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jul 2012 20:36:25 +0000 (16:36 -0400)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c

index 0eb81f57140bf63573d48b8c465c222938ea7969..41aefae1b1231647df847044f4e94abbcb13e1a0 100644 (file)
@@ -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) ||
-           AR_SREV_9330(ah))
+           AR_SREV_9330(ah) || AR_SREV_9550(ah))
                ah->is_pciexpress = false;
 
        ah->hw_version.phyRev = REG_READ(ah, AR_PHY_CHIP_ID);