Commit 0bef631c authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville

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: default avatarFelix Fietkau <nbd@openwrt.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 086a864c
...@@ -1544,7 +1544,7 @@ enum { ...@@ -1544,7 +1544,7 @@ enum {
#define AR_TSFOOR_THRESHOLD 0x813c #define AR_TSFOOR_THRESHOLD 0x813c
#define AR_TSFOOR_THRESHOLD_VAL 0x0000FFFF #define AR_TSFOOR_THRESHOLD_VAL 0x0000FFFF
#define AR_PHY_ERR_EIFS_MASK 8144 #define AR_PHY_ERR_EIFS_MASK 0x8144
#define AR_PHY_ERR_3 0x8168 #define AR_PHY_ERR_3 0x8168
#define AR_PHY_ERR_3_COUNT 0x00FFFFFF #define AR_PHY_ERR_3_COUNT 0x00FFFFFF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment