diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-11 18:04:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-11 18:04:28 +0100 |
commit | 147c60950e13ce4876b97a4b52452e8ff6f60d9c (patch) | |
tree | 30bcfc8efff62de503e566322366611a6e162f90 /sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch | |
parent | 3de2e4b05699d2e793b05de156b7162354ce6d99 (diff) |
sys-kernel/linux-{image,sources}-redcore : add v5.14
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch')
-rw-r--r-- | sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch b/sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch new file mode 100644 index 00000000..e1eb15f9 --- /dev/null +++ b/sys-kernel/linux-image-redcore/files/5.14-iwlwifi-fix-5e003982b07ae.patch @@ -0,0 +1,15 @@ +diff -Naur linux-5.7.7/drivers/net/wireless/intel/iwlwifi/pcie/drv.c linux-5.7.7-p/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +--- linux-5.7.7/drivers/net/wireless/intel/iwlwifi/pcie/drv.c 2020-06-30 22:21:22.000000000 +0200 ++++ linux-5.7.7-p/drivers/net/wireless/intel/iwlwifi/pcie/drv.c 2020-07-14 03:08:27.106340422 +0200 +@@ -581,9 +581,10 @@ + IWL_DEV_INFO(0x271C, 0x0214, iwl9260_2ac_cfg, iwl9260_1_name), + + /* AX200 */ ++ /* IWL_CFG_ANY need to be the first entry, otherwise everything is overridden */ ++ IWL_DEV_INFO(0x2723, IWL_CFG_ANY, iwl_ax200_cfg_cc, iwl_ax200_name), + IWL_DEV_INFO(0x2723, 0x1653, iwl_ax200_cfg_cc, iwl_ax200_killer_1650w_name), + IWL_DEV_INFO(0x2723, 0x1654, iwl_ax200_cfg_cc, iwl_ax200_killer_1650x_name), +- IWL_DEV_INFO(0x2723, IWL_CFG_ANY, iwl_ax200_cfg_cc, iwl_ax200_name), + + /* Qu with Hr */ + IWL_DEV_INFO(0x43F0, 0x0044, iwl_ax101_cfg_qu_hr, NULL), |