diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-02-22 02:11:52 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-27 14:06:38 -0500 |
commit | 64ab38df6e8ac8e56f38c49d26578fae2fb808f8 (patch) | |
tree | 362db06981c93aa52dfdb8ecb07c158f1b1e291b /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 9d5b80fd36dd524d01a7819586b1d95312c0922f (diff) |
ath9k: Remove ATH_BTCOEX_CFG_NONE checks
Since BTCOEX code can be compiled out cleanly now,
remove these checks.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 29b65adade60..5f5f57421249 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -1076,7 +1076,7 @@ ath9k_hw_get_btcoex_scheme(struct ath_hw *ah) | |||
1076 | { | 1076 | { |
1077 | return ATH_BTCOEX_CFG_NONE; | 1077 | return ATH_BTCOEX_CFG_NONE; |
1078 | } | 1078 | } |
1079 | #endif | 1079 | #endif /* CONFIG_ATH9K_BTCOEX_SUPPORT */ |
1080 | 1080 | ||
1081 | #define ATH9K_CLOCK_RATE_CCK 22 | 1081 | #define ATH9K_CLOCK_RATE_CCK 22 |
1082 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 | 1082 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 |