diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 12:03:43 -0500 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:31 -0500 |
| commit | c57b182b9fb7cc731f3d6620f86b43ce5ee702d2 (patch) | |
| tree | 245cd5a88a2b45c5a0161ced5a2c327da3a8380a | |
| parent | 49685634c6cb943ba9b35ff182ee479ca5b73302 (diff) | |
ath9k_hw: remove spur related unused defines
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 2ef9d2472a96..4e3b73b62939 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
| @@ -292,8 +292,6 @@ struct ath9k_ops_config { | |||
| 292 | int serialize_regmode; | 292 | int serialize_regmode; |
| 293 | bool rx_intr_mitigation; | 293 | bool rx_intr_mitigation; |
| 294 | bool tx_intr_mitigation; | 294 | bool tx_intr_mitigation; |
| 295 | #define AR_SPUR_5413_1 1640 | ||
| 296 | #define AR_SPUR_5413_2 1200 | ||
| 297 | #define AR_NO_SPUR 0x8000 | 295 | #define AR_NO_SPUR 0x8000 |
| 298 | #define AR_BASE_FREQ_2GHZ 2300 | 296 | #define AR_BASE_FREQ_2GHZ 2300 |
| 299 | #define AR_BASE_FREQ_5GHZ 4900 | 297 | #define AR_BASE_FREQ_5GHZ 4900 |
