diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-14 02:55:05 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:30 -0400 |
commit | 990b70ab24cbce585a3436c8c88cb48b888d48b4 (patch) | |
tree | 6e34b6473f304e6e477390b5ee37b3f17ea65547 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | cfe8cba982cda73d4970dab712411bebdcc3b9cd (diff) |
ath9k: move ATH9K_RSSI_BAD to hw.h
mac.c is now core driver independent.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 874fb11cbac2..d854c17b8688 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -55,6 +55,8 @@ | |||
55 | 55 | ||
56 | #define ATH_DEFAULT_NOISE_FLOOR -95 | 56 | #define ATH_DEFAULT_NOISE_FLOOR -95 |
57 | 57 | ||
58 | #define ATH9K_RSSI_BAD 0x80 | ||
59 | |||
58 | /* Register read/write primitives */ | 60 | /* Register read/write primitives */ |
59 | #define REG_WRITE(_ah, _reg, _val) \ | 61 | #define REG_WRITE(_ah, _reg, _val) \ |
60 | ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg)) | 62 | ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg)) |