Searched refs:modparam_fastchanswitch (Results 1 – 1 of 1) sorted by relevance
79 static bool modparam_fastchanswitch; variable80 module_param_named(fastchanswitch, modparam_fastchanswitch, bool, 0444);2907 bool fast = chan && modparam_fastchanswitch ? 1 : 0; in ath5k_reset()