Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965.h43 extern struct il_mod_params il4965_mod_params;
D4965-mac.c94 struct il_mod_params il4965_mod_params = { variable
6858 module_param_named(swcrypto, il4965_mod_params.sw_crypto, int, S_IRUGO);
6860 module_param_named(queues_num, il4965_mod_params.num_of_queues, int, S_IRUGO);
6862 module_param_named(11n_disable, il4965_mod_params.disable_11n, int, S_IRUGO);
6864 module_param_named(amsdu_size_8K, il4965_mod_params.amsdu_size_8K, int,
6867 module_param_named(fw_restart, il4965_mod_params.restart_fw, int, S_IRUGO);
D4965.c1915 .mod_params = &il4965_mod_params,