linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: linux-wireless@vger.kernel.org
Cc: kvalo@codeaurora.org, Oren Givon <oren.givon@intel.com>,
	Luca Coelho <luciano.coelho@intel.com>
Subject: [PATCH 03/10] iwlwifi: add two new 9560 series PCI IDs
Date: Thu, 22 Sep 2016 23:52:03 +0300	[thread overview]
Message-ID: <20160922205210.1778-4-luca@coelho.fi> (raw)
In-Reply-To: <20160922205210.1778-1-luca@coelho.fi>

From: Oren Givon <oren.givon@intel.com>

Add two new PCI IDs for the 9560 series.

Signed-off-by: Oren Givon <oren.givon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index 3d766f2..001be40 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -529,6 +529,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
 	{IWL_PCI_DEVICE(0x9DF0, 0x0030, iwl9560_2ac_cfg)},
 	{IWL_PCI_DEVICE(0xA370, 0x0030, iwl9560_2ac_cfg)},
 	{IWL_PCI_DEVICE(0x31DC, 0x0030, iwl9560_2ac_cfg)},
+	{IWL_PCI_DEVICE(0x2526, 0x1030, iwl9560_2ac_cfg)},
+	{IWL_PCI_DEVICE(0xA370, 0x1030, iwl9560_2ac_cfg)},
 
 /* a000 Series */
 	{IWL_PCI_DEVICE(0x2720, 0x0A10, iwla000_2ac_cfg)},
-- 
2.9.3

  parent reply	other threads:[~2016-09-22 20:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22 20:52 [PATCH 00/10] iwlwifi: updates for 2016-09-22 Luca Coelho
2016-09-22 20:52 ` [PATCH 01/10] iwlwifi: mvm: cleanup redundant no_power_up_nic_in_init config Luca Coelho
2016-09-22 20:52 ` [PATCH 02/10] iwlwifi: mvm: cleanup usage of init_dbg parameter Luca Coelho
2016-09-22 20:52 ` Luca Coelho [this message]
2016-09-22 20:52 ` [PATCH 04/10] iwlwifi: pcie: avoid variable shadowing in TFD helpers Luca Coelho
2016-09-22 20:52 ` [PATCH 05/10] iwlwifi: mvm: bail out if CTDP start operation fails Luca Coelho
2016-09-22 20:52 ` [PATCH 06/10] iwlwifi: mvm: correct rate_idx bounds-check Luca Coelho
2016-09-22 20:52 ` [PATCH 07/10] iwlwifi: remove support for fw older than -17 and -22 Luca Coelho
2016-09-26 20:13   ` Coelho, Luciano
2016-09-22 20:52 ` [PATCH 08/10] iwlwifi: mvm: fix typo in TC_CMD_SEC_KEY_FROM_TABLE Luca Coelho
2016-09-22 20:52 ` [PATCH 09/10] iwlwifi: allow error table address new range Luca Coelho
2016-09-22 20:52 ` [PATCH 10/10] iwlwifi: mvm: initialise ADD_STA before sending it to the firmware Luca Coelho

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=20160922205210.1778-4-luca@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luciano.coelho@intel.com \
    --cc=oren.givon@intel.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).