Searched refs:use_rts_for_aggregation (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
H A D | 6000.c | 124 .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 D | 2000.c | 104 .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 D | 1000.c | 77 .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 D | iwl-config.h | 216 * @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 D | debugfs.c | 2104 (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 D | tx.c | 720 if (priv->hw_params.use_rts_for_aggregation) { in iwlagn_tx_agg_oper()
|
H A D | mac80211.c | 750 priv->hw_params.use_rts_for_aggregation) { in iwlagn_mac_ampdu_action()
|
H A D | rxon.c | 1051 if (!priv->hw_params.use_rts_for_aggregation) in iwlagn_commit_rxon()
|