diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2009-09-09 05:55:51 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-09 11:25:26 -0400 |
commit | f42cc2c2909f24faa1381ae139067edeba8c796d (patch) | |
tree | 1cdf23c6b64e69221bd3e17866cc41b3ccb1dba9 /drivers/net/wireless/ath | |
parent | fe12946e66575677879941a14f75b70ca2d2962a (diff) |
ath9k: Get rid of the modparam btcoex_enable
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 8d77817f67a4..c39693ba06aa 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -21,10 +21,6 @@ | |||
21 | #include "ath9k.h" | 21 | #include "ath9k.h" |
22 | #include "initvals.h" | 22 | #include "initvals.h" |
23 | 23 | ||
24 | static int btcoex_enable; | ||
25 | module_param(btcoex_enable, bool, 0); | ||
26 | MODULE_PARM_DESC(btcoex_enable, "Enable Bluetooth coexistence support"); | ||
27 | |||
28 | #define ATH9K_CLOCK_RATE_CCK 22 | 24 | #define ATH9K_CLOCK_RATE_CCK 22 |
29 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 | 25 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 |
30 | #define ATH9K_CLOCK_RATE_2GHZ_OFDM 44 | 26 | #define ATH9K_CLOCK_RATE_2GHZ_OFDM 44 |