Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylambiris/1de0a856741ca1b7948c46d1feae4f47 to your computer and use it in GitHub Desktop.
Save tonylambiris/1de0a856741ca1b7948c46d1feae4f47 to your computer and use it in GitHub Desktop.
Patch for Linux 4.16.x to detect Killer Wireless-AC 1550
--- ./drivers/net/wireless/intel/iwlwifi/pcie/drv.c.orig 2018-04-22 21:57:31.940998832 -0400
+++ ./drivers/net/wireless/intel/iwlwifi/pcie/drv.c 2018-04-22 21:59:11.777822534 -0400
@@ -546,6 +546,8 @@
{IWL_PCI_DEVICE(0x2526, 0x1410, iwl9270_2ac_cfg)},
{IWL_PCI_DEVICE(0x2526, 0x1420, iwl9460_2ac_cfg_soc)},
{IWL_PCI_DEVICE(0x2526, 0x1610, iwl9270_2ac_cfg)},
+ {IWL_PCI_DEVICE(0x2526, 0x1a56, iwl9260_2ac_cfg)},
+ {IWL_PCI_DEVICE(0x2526, 0x1550, iwl9260_2ac_cfg)},
{IWL_PCI_DEVICE(0x2526, 0x2030, iwl9560_2ac_cfg_soc)},
{IWL_PCI_DEVICE(0x2526, 0x2034, iwl9560_2ac_cfg_soc)},
{IWL_PCI_DEVICE(0x2526, 0x4010, iwl9260_2ac_cfg)},
@johnwuelk
Copy link

How do I apply this? Do you have something convenient, like a ready file that I can copy to /lib/firmware, that would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment