[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5dcc309b-fe0d-263a-33e2-b69bbed71b9e@canonical.com>
Date: Mon, 10 May 2021 13:46:05 -0600
From: Alex Hung <alex.hung@...onical.com>
To: luciano.coelho@...el.com, kvalo@...eaurora.org,
davem@...emloft.net, kuba@...nel.org, matti.gottlieb@...el.com,
ihab.zhaika@...el.com, johannes.berg@...el.com,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Cc: stable@...r.kernel.org
Subject: Re: [PATCH] iwlwifi: add new pci id for 6235
On 2021-03-22 1:11 a.m., Alex Hung wrote:
> lspci output:
> Network controller [0280]: Intel Corporation Centrino Advanced-N6235
> [8086:088f] (rev 24)
> Subsystem: Intel Corporation Centrino Advanced-N 6235 [8086:526a]
>
> Cc: stable@...r.kernel.org
> Signed-off-by: Alex Hung <alex.hung@...onical.com>
> ---
> drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
> index ffaf973..f85fe36 100644
> --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
> +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
> @@ -200,6 +200,7 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
> {IWL_PCI_DEVICE(0x088E, 0x446A, iwl6035_2agn_sff_cfg)},
> {IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)},
> {IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)},
> + {IWL_PCI_DEVICE(0x088F, 0x526A, iwl6035_2agn_cfg)},
>
> /* 105 Series */
> {IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)},
>
Hi,
Linux kernel 5.13-rc1 does not include this patch, and I did not see any
reviews on this patch either.
This PCI ID may be old but there is a bug report asking for support.
Please refer to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1920180
Powered by blists - more mailing lists