Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c29 int htc_modparam_nohwcrypt; variable
30 module_param_named(nohwcrypt, htc_modparam_nohwcrypt, int, 0444);
H A Dhtc.h46 extern int htc_modparam_nohwcrypt;
H A Dhtc_drv_main.c1426 if (htc_modparam_nohwcrypt) in ath9k_htc_set_key()