aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-15 17:38:09 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-16 15:32:02 -0400
commit0bef631c5a029e67b908872649b94c9251260a92 (patch)
tree9ce7cce6714e95ece0974d5edb1b79aa7571458d /drivers
parent086a864c9a3ad3c70d68dfb87892c5613a09906c (diff)
ath9k_hw: fix a missing hex prefix for a register mask
This is not a stable code fix as this register is not used anywhere. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath9k/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h
index 68d55a2e7f7..c1e58da0240 100644
--- a/drivers/net/wireless/ath/ath9k/reg.h
+++ b/drivers/net/wireless/ath/ath9k/reg.h
@@ -1544,7 +1544,7 @@ enum {
1544#define AR_TSFOOR_THRESHOLD 0x813c 1544#define AR_TSFOOR_THRESHOLD 0x813c
1545#define AR_TSFOOR_THRESHOLD_VAL 0x0000FFFF 1545#define AR_TSFOOR_THRESHOLD_VAL 0x0000FFFF
1546 1546
1547#define AR_PHY_ERR_EIFS_MASK 8144 1547#define AR_PHY_ERR_EIFS_MASK 0x8144
1548 1548
1549#define AR_PHY_ERR_3 0x8168 1549#define AR_PHY_ERR_3 0x8168
1550#define AR_PHY_ERR_3_COUNT 0x00FFFFFF 1550#define AR_PHY_ERR_3_COUNT 0x00FFFFFF