Patch "iwlwifi: pcie: add configuration of a Wi-Fi adapter on Dell XPS 15" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    iwlwifi: pcie: add configuration of a Wi-Fi adapter on Dell XPS 15

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     iwlwifi-pcie-add-configuration-of-a-wi-fi-adapter-on.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit cb609e2db0131861f0ed0531a3a50b91906426e2
Author: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
Date:   Fri Sep 24 15:21:54 2021 +0300

    iwlwifi: pcie: add configuration of a Wi-Fi adapter on Dell XPS 15
    
    [ Upstream commit fe5c735d0d47b495be6753d6aea4f8f78c909a0a ]
    
    There is a Killer AX1650 2x2 Wi-Fi 6 and Bluetooth 5.1 wireless adapter
    found on Dell XPS 15 (9510) laptop, its configuration was present on
    Linux v5.7, however accidentally it has been removed from the list of
    supported devices, let's add it back.
    
    The problem is manifested on driver initialization:
    
      Intel(R) Wireless WiFi driver for Linux
      iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
      iwlwifi: No config found for PCI dev 43f0/1651, rev=0x354, rfid=0x10a100
      iwlwifi: probe of 0000:00:14.3 failed with error -22
    
    Bug: https://bugzilla.kernel.org/show_bug.cgi?id=213939
    Fixes: 3f910a25839b ("iwlwifi: pcie: convert all AX101 devices to the device tables")
    Cc: Julien Wajsberg <felash@xxxxxxxxx>
    Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
    Acked-by: Luca Coelho <luca@xxxxxxxxx>
    Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210924122154.2376577-1-vladimir.zapolskiy@xxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index 90b12e201795..4e43efd5d1ea 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -635,6 +635,8 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
 	IWL_DEV_INFO(0x43F0, 0x0074, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0x43F0, 0x0078, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0x43F0, 0x007C, iwl_ax201_cfg_qu_hr, NULL),
+	IWL_DEV_INFO(0x43F0, 0x1651, killer1650s_2ax_cfg_qu_b0_hr_b0, iwl_ax201_killer_1650s_name),
+	IWL_DEV_INFO(0x43F0, 0x1652, killer1650i_2ax_cfg_qu_b0_hr_b0, iwl_ax201_killer_1650i_name),
 	IWL_DEV_INFO(0x43F0, 0x2074, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0x43F0, 0x4070, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0xA0F0, 0x0070, iwl_ax201_cfg_qu_hr, NULL),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux