linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aiden Leong <aiden.leong@aibsd.com>
To: linux-wireless@vger.kernel.org
Cc: gregory.greenman@intel.com, kvalo@kernel.org,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, Aiden Leong <aiden.leong@aibsd.com>
Subject: [PATCH 1/2] iwlwifi: pcie: add support for AX101NGW
Date: Mon,  2 Jan 2023 10:40:21 +0800	[thread overview]
Message-ID: <20230102024021.2900-1-aiden.leong@aibsd.com> (raw)

AX101NGW(0x4DF0, 0x0244) should have tx_with_siso_diversity unset.

Signed-off-by: Aiden Leong <aiden.leong@aibsd.com>
---
Ref Commit: 9352ed0165ff4313ab340c979446c3d64c531f7a
Tested on my own device.
---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index 99768d6a6032..a46df1320372 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -986,6 +986,11 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
 		      iwl_qu_c0_hr_b0, iwl_ax201_name),
 
 	/* QuZ */
+	_IWL_DEV_INFO(IWL_CFG_ANY, IWL_CFG_ANY,
+		      IWL_CFG_MAC_TYPE_QUZ, SILICON_B_STEP,
+		      IWL_CFG_RF_TYPE_HR1, IWL_CFG_RF_ID_HR1,
+		      IWL_CFG_NO_160, IWL_CFG_CORES_BT, IWL_CFG_NO_CDB, IWL_CFG_NO_JACKET,
+		      iwl_cfg_quz_a0_hr_b0, iwl_ax101_name),
 	_IWL_DEV_INFO(IWL_CFG_ANY, IWL_CFG_ANY,
 		      IWL_CFG_MAC_TYPE_QUZ, IWL_CFG_ANY,
 		      IWL_CFG_RF_TYPE_HR1, IWL_CFG_ANY,
-- 
2.39.0


             reply	other threads:[~2023-01-02  3:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02  2:40 Aiden Leong [this message]
2023-01-02 13:32 ` [PATCH 1/2] iwlwifi: pcie: add support for AX101NGW Greenman, Gregory
2023-01-02 14:32   ` Aiden Leong
2023-01-05  6:39     ` Greenman, Gregory
2023-01-05  8:41       ` Aiden Leong
2023-01-19 15:22         ` Greenman, Gregory

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230102024021.2900-1-aiden.leong@aibsd.com \
    --to=aiden.leong@aibsd.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gregory.greenman@intel.com \
    --cc=kuba@kernel.org \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).