diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c index 77282345efc1..00ed44a0c313 100644 --- a/drivers/net/wireless/ath9k/hw.c +++ b/drivers/net/wireless/ath9k/hw.c | |||
@@ -267,7 +267,7 @@ static int ath9k_hw_get_radiorev(struct ath_hal *ah) | |||
267 | 267 | ||
268 | static void ath9k_hw_disablepcie(struct ath_hal *ah) | 268 | static void ath9k_hw_disablepcie(struct ath_hal *ah) |
269 | { | 269 | { |
270 | if (!AR_SREV_9100(ah)) | 270 | if (AR_SREV_9100(ah)) |
271 | return; | 271 | return; |
272 | 272 | ||
273 | REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00); | 273 | REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00); |