summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2009-01-29 06:07:35 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2009-02-09 20:03:39 (GMT)
commitfeed029cd63ee14df85afbe1583960c0e983a0ed (patch)
tree216d4a5fc14405ff44a9057b7bab95d1629527b4 /drivers
parente374055afbf92c8d128d8538aafc7e765838206e (diff)
downloadlinux-fsl-qoriq-feed029cd63ee14df85afbe1583960c0e983a0ed.tar.xz
ath9k: Fix typo in checking for chip revision
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath9k/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c
index 7728234..00ed44a 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)
static void ath9k_hw_disablepcie(struct ath_hal *ah)
{
- if (!AR_SREV_9100(ah))
+ if (AR_SREV_9100(ah))
return;
REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00);