Home
last modified time | relevance | path

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

/openbmc/linux/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()