Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D6000.c124 .use_rts_for_aggregation = true, /* use rts/cts protection */
162 .use_rts_for_aggregation = true, /* use rts/cts protection */
194 .use_rts_for_aggregation = true, /* use rts/cts protection */
206 .use_rts_for_aggregation = true, /* use rts/cts protection */
246 .use_rts_for_aggregation = true, /* use rts/cts protection */
283 .use_rts_for_aggregation = true, /* use rts/cts protection */
317 .use_rts_for_aggregation = true, /* use rts/cts protection */
346 .use_rts_for_aggregation = true, /* use rts/cts protection */
H A D2000.c104 .use_rts_for_aggregation = true, /* use rts/cts protection */
132 .use_rts_for_aggregation = true, /* use rts/cts protection */
160 .use_rts_for_aggregation = true, /* use rts/cts protection */
189 .use_rts_for_aggregation = true, /* use rts/cts protection */
H A D1000.c77 .use_rts_for_aggregation = true, /* use rts/cts protection */
106 .use_rts_for_aggregation = true, /* use rts/cts protection */
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h216 * @use_rts_for_aggregation: use rts/cts protection for HT traffic
223 use_rts_for_aggregation:1; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c2104 (priv->hw_params.use_rts_for_aggregation) ? in iwl_dbgfs_protection_mode_read()
2132 priv->hw_params.use_rts_for_aggregation = true; in iwl_dbgfs_protection_mode_write()
2134 priv->hw_params.use_rts_for_aggregation = false; in iwl_dbgfs_protection_mode_write()
H A Dtx.c720 if (priv->hw_params.use_rts_for_aggregation) { in iwlagn_tx_agg_oper()
H A Dmac80211.c750 priv->hw_params.use_rts_for_aggregation) { in iwlagn_mac_ampdu_action()
H A Drxon.c1051 if (!priv->hw_params.use_rts_for_aggregation) in iwlagn_commit_rxon()