public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] wifi: iwlwifi: pcie: disable tx_with_siso_diversity for AX101NGW
@ 2023-01-19 18:13 Aiden Leong
  2023-01-20  8:01 ` Aiden Leong
  0 siblings, 1 reply; 2+ messages in thread
From: Aiden Leong @ 2023-01-19 18:13 UTC (permalink / raw)
  To: linux-wireless
  Cc: gregory.greenman, kvalo, davem, edumazet, kuba, pabeni,
	Aiden Leong

AX101NGW has only one antenna, so we should disable
tx_with_siso_diversity for it.

Signed-off-by: Aiden Leong <aiden.leong@aibsd.com>
---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index 99768d6a6032..60f0c7e8248b 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -990,7 +990,7 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
 		      IWL_CFG_MAC_TYPE_QUZ, IWL_CFG_ANY,
 		      IWL_CFG_RF_TYPE_HR1, IWL_CFG_ANY,
 		      IWL_CFG_ANY, IWL_CFG_ANY, IWL_CFG_NO_CDB, IWL_CFG_ANY,
-		      iwl_quz_a0_hr1_b0, iwl_ax101_name),
+		      iwl_cfg_quz_a0_hr_b0, iwl_ax101_name),
 	_IWL_DEV_INFO(IWL_CFG_ANY, IWL_CFG_ANY,
 		      IWL_CFG_MAC_TYPE_QUZ, SILICON_B_STEP,
 		      IWL_CFG_RF_TYPE_HR2, IWL_CFG_ANY,
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-20  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 18:13 [PATCH v2] wifi: iwlwifi: pcie: disable tx_with_siso_diversity for AX101NGW Aiden Leong
2023-01-20  8:01 ` Aiden Leong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox