summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan2009-09-09 11:55:51 +0200
committerJohn W. Linville2009-09-09 17:25:26 +0200
commitf42cc2c2909f24faa1381ae139067edeba8c796d (patch)
tree1cdf23c6b64e69221bd3e17866cc41b3ccb1dba9
parentath9k: Enable btcoex based on the subsystem id of the device (diff)
downloadkernel-qcow2-linux-f42cc2c2909f24faa1381ae139067edeba8c796d.tar.gz
kernel-qcow2-linux-f42cc2c2909f24faa1381ae139067edeba8c796d.tar.xz
kernel-qcow2-linux-f42cc2c2909f24faa1381ae139067edeba8c796d.zip
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>
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c4
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 @@
#include "ath9k.h"
#include "initvals.h"
-static int btcoex_enable;
-module_param(btcoex_enable, bool, 0);
-MODULE_PARM_DESC(btcoex_enable, "Enable Bluetooth coexistence support");
-
#define ATH9K_CLOCK_RATE_CCK 22
#define ATH9K_CLOCK_RATE_5GHZ_OFDM 40
#define ATH9K_CLOCK_RATE_2GHZ_OFDM 44