|
@@ -80,7 +80,7 @@ static bool modparam_fastchanswitch;
|
|
module_param_named(fastchanswitch, modparam_fastchanswitch, bool, S_IRUGO);
|
|
module_param_named(fastchanswitch, modparam_fastchanswitch, bool, S_IRUGO);
|
|
MODULE_PARM_DESC(fastchanswitch, "Enable fast channel switching for AR2413/AR5413 radios.");
|
|
MODULE_PARM_DESC(fastchanswitch, "Enable fast channel switching for AR2413/AR5413 radios.");
|
|
|
|
|
|
-static int ath5k_modparam_no_hw_rfkill_switch;
|
|
|
|
|
|
+static bool ath5k_modparam_no_hw_rfkill_switch;
|
|
module_param_named(no_hw_rfkill_switch, ath5k_modparam_no_hw_rfkill_switch,
|
|
module_param_named(no_hw_rfkill_switch, ath5k_modparam_no_hw_rfkill_switch,
|
|
bool, S_IRUGO);
|
|
bool, S_IRUGO);
|
|
MODULE_PARM_DESC(no_hw_rfkill_switch, "Ignore the GPIO RFKill switch state");
|
|
MODULE_PARM_DESC(no_hw_rfkill_switch, "Ignore the GPIO RFKill switch state");
|