Skip to content

Commit 9352ed0

Browse files
committed
iwlwifi: cfg: use antenna diversity with all AX101 devices
We were erroneously only setting the tx_with_siso_diversity flag in the Qu B-step configurations for AX101 devices, though we should do it on all configurations. Add the flag to the other two configurations, namely Qu C-step and QuZ. Signed-off-by: Luca Coelho <[email protected]> Link: https://lore.kernel.org/r/iwlwifi.20200306151129.1cd986ef467c.Idc0b111475ae3d38b68ae062613c080b574e33e1@changeid
1 parent ce19801 commit 9352ed0

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/wireless/intel/iwlwifi/cfg

1 file changed

+2
-0
lines changed

drivers/net/wireless/intel/iwlwifi/cfg/22000.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ const struct iwl_cfg iwl_ax101_cfg_qu_c0_hr_b0 = {
283283
* HT size; mac80211 would otherwise pick the HE max (256) by default.
284284
*/
285285
.max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT,
286+
.tx_with_siso_diversity = true,
286287
.num_rbds = IWL_NUM_RBDS_22000_HE,
287288
};
288289

@@ -309,6 +310,7 @@ const struct iwl_cfg iwl_ax101_cfg_quz_hr = {
309310
* HT size; mac80211 would otherwise pick the HE max (256) by default.
310311
*/
311312
.max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT,
313+
.tx_with_siso_diversity = true,
312314
.num_rbds = IWL_NUM_RBDS_22000_HE,
313315
};
314316

0 commit comments

Comments
 (0)