Home
last modified time | relevance | path

Searched refs:modparam_fastchanswitch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dbase.c79 static bool modparam_fastchanswitch; variable
80 module_param_named(fastchanswitch, modparam_fastchanswitch, bool, 0444);
2862 bool fast = chan && modparam_fastchanswitch ? 1 : 0; in ath5k_reset()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dbase.c79 static bool modparam_fastchanswitch; variable
80 module_param_named(fastchanswitch, modparam_fastchanswitch, bool, 0444);
2907 bool fast = chan && modparam_fastchanswitch ? 1 : 0; in ath5k_reset()

Completed in 7 milliseconds