Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/carl9170/
Dmain.c55 int modparam_noht; variable
56 module_param_named(noht, modparam_noht, int, S_IRUGO);
1426 if (modparam_noht) in carl9170_op_ampdu_action()
1862 if (!modparam_noht) { in carl9170_alloc()
2024 if (modparam_noht) { in carl9170_register()
Dcarl9170.h603 extern int modparam_noht;
Ddebug.c245 ADD(buf, *len, bufsize, "%s QoS AC\n", modparam_noht ? "Hardware" : in carl9170_debugfs_qos_stat_read()
Dtx.c52 if (unlikely(modparam_noht)) { in __carl9170_get_queue()