Searched refs:modparam_nohwcrypt (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/p54/ |
D | p54common.c | 28 static int modparam_nohwcrypt; variable 29 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 249 if (!modparam_nohwcrypt) in p54_parse_firmware() 2070 if (modparam_nohwcrypt) in p54_set_key()
|
/drivers/net/wireless/rt2x00/ |
D | rt2500usb.c | 41 static int modparam_nohwcrypt = 0; variable 42 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 1840 if (!modparam_nohwcrypt) { in rt2500usb_probe_hw()
|
D | rt73usb.c | 42 static int modparam_nohwcrypt = 0; variable 43 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 2102 if (!modparam_nohwcrypt) in rt73usb_probe_hw()
|
D | rt61pci.c | 43 static int modparam_nohwcrypt = 0; variable 44 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 2614 if (!modparam_nohwcrypt) in rt61pci_probe_hw()
|
/drivers/net/wireless/ath5k/ |
D | base.c | 63 static int modparam_nohwcrypt; variable 64 module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444); 3029 if (modparam_nohwcrypt) in ath5k_set_key()
|
/drivers/net/wireless/b43/ |
D | main.c | 79 static int modparam_nohwcrypt; variable 80 module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444); 3533 if (modparam_nohwcrypt) in b43_op_set_key()
|