[kernel/f18] Add patch for iwlwifi 6x35 devices (rhbz 986538)

Josh Boyer jwboyer at fedoraproject.org
Mon Jul 22 18:52:01 UTC 2013


commit 833d99d8693f4499ec8d095528de48cd2f411619
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Mon Jul 22 14:51:38 2013 -0400

    Add patch for iwlwifi 6x35 devices (rhbz 986538)

 iwlwifi-add-new-pci-id-for-6x35-series.patch |   29 ++++++++++++++++++++++++++
 kernel.spec                                  |    7 ++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/iwlwifi-add-new-pci-id-for-6x35-series.patch b/iwlwifi-add-new-pci-id-for-6x35-series.patch
new file mode 100644
index 0000000..ba61640
--- /dev/null
+++ b/iwlwifi-add-new-pci-id-for-6x35-series.patch
@@ -0,0 +1,29 @@
+From 20ecf9fd3bebc4147e2996c08a75d6f0229b90df Mon Sep 17 00:00:00 2001
+From: Shuduo Sang <sangshuduo at gmail.com>
+Date: Sat, 30 Mar 2013 06:26:37 +0000
+Subject: iwlwifi: add new pci id for 6x35 series
+
+some new thinkpad laptops use intel chip with new pci id need be added
+lspci -vnn output:
+ Network controller [0280]: Intel Corporation Centrino Advanced-N 6235
+ [8086:088f] (rev 24)
+ Subsystem: Intel Corporation Device [8086:5260]
+
+Signed-off-by: Shuduo Sang <sangshuduo at gmail.com>
+Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach at intel.com>
+Signed-off-by: Johannes Berg <johannes.berg at intel.com>
+---
+diff --git a/drivers/net/wireless/iwlwifi/pcie/drv.c b/drivers/net/wireless/iwlwifi/pcie/drv.c
+index 46ca91f..0016bb2 100644
+--- a/drivers/net/wireless/iwlwifi/pcie/drv.c
++++ b/drivers/net/wireless/iwlwifi/pcie/drv.c
+@@ -241,6 +241,7 @@ static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
+ 	{IWL_PCI_DEVICE(0x088F, 0x4260, iwl6035_2agn_cfg)},
+ 	{IWL_PCI_DEVICE(0x088E, 0x4460, iwl6035_2agn_cfg)},
+ 	{IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)},
++	{IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)},
+ 
+ /* 105 Series */
+ 	{IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)},
+--
+cgit v0.9.2
diff --git a/kernel.spec b/kernel.spec
index 4985470..a3763fc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -802,6 +802,9 @@ Patch25063: HID-kye-Add-report-fixup-for-Genius-Gila-Gaming-mouse.patch
 #rhbz 885407
 Patch25064: iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch
 
+#rhbz 986538
+Patch25065: iwlwifi-add-new-pci-id-for-6x35-series.patch
+
 Patch26000: cve-2013-4125.patch
 
 # END OF PATCH DEFINITIONS
@@ -1545,6 +1548,9 @@ ApplyPatch iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch
 
 ApplyPatch cve-2013-4125.patch
 
+#rhbz 986538
+ApplyPatch iwlwifi-add-new-pci-id-for-6x35-series.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2391,6 +2397,7 @@ fi
 #                 ||     ||
 %changelog
 * Mon Jul 22 2013 Josh Boyer <jwboyer at redhat.com>
+- Add patch for iwlwifi 6x35 devices (rhbz 986538)
 - Linux v3.9.11
 
 * Fri Jul 19 2013 Dave Jones <davej at redhat.com>


More information about the scm-commits mailing list