mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
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>
This commit is contained in:
parent
fe12946e66
commit
f42cc2c290
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user