Home
last modified time | relevance | path

Searched refs:use_rts_for_aggregation (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-shared.h185 bool use_rts_for_aggregation; member
274 bool use_rts_for_aggregation; member
Diwl-1000.c176 .use_rts_for_aggregation = true, /* use rts/cts protection */
Diwl-2000.c211 .use_rts_for_aggregation = true, /* use rts/cts protection */
Diwl-6000.c336 .use_rts_for_aggregation = true, /* use rts/cts protection */
Diwl-agn.c1117 hw_params(priv).use_rts_for_aggregation = in iwl_set_hw_params()
1118 cfg(priv)->ht_params->use_rts_for_aggregation; in iwl_set_hw_params()
Diwl-agn-rxon.c440 if (!hw_params(priv).use_rts_for_aggregation) in iwlagn_commit_rxon()
Diwl-debugfs.c2429 (hw_params(priv).use_rts_for_aggregation) ? in iwl_dbgfs_protection_mode_read()
2456 hw_params(priv).use_rts_for_aggregation = true; in iwl_dbgfs_protection_mode_write()
2458 hw_params(priv).use_rts_for_aggregation = false; in iwl_dbgfs_protection_mode_write()
Diwl-agn-tx.c626 if (hw_params(priv).use_rts_for_aggregation) { in iwlagn_tx_agg_oper()
Diwl-mac80211.c673 hw_params(priv).use_rts_for_aggregation) { in iwlagn_mac_ampdu_action()