stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: Move generic entries below specific ones in ath_pci_id_table.
@ 2016-10-03 10:00 Vittorio Gambaletta (VittGam)
  2016-10-04 15:46 ` Kalle Valo
  0 siblings, 1 reply; 8+ messages in thread
From: Vittorio Gambaletta (VittGam) @ 2016-10-03 10:00 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, ath9k-devel, ath9k-devel, stable

If generic entries are positioned above specific ones, then the
former will be matched first and used instead of the latter.

Cc: <linux-wireless@vger.kernel.org>
Cc: <ath9k-devel@qca.qualcomm.com>
Cc: <ath9k-devel@lists.ath9k.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Vittorio Gambaletta <linuxbugs@vittgam.net>
---

--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/drivers/net/wireless/ath/ath9k/pci.c
@@ -26,7 +26,6 @@
 	{ PCI_VDEVICE(ATHEROS, 0x0023) }, /* PCI   */
 	{ PCI_VDEVICE(ATHEROS, 0x0024) }, /* PCI-E */
 	{ PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI   */
-	{ PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI   */
 
 #ifdef CONFIG_ATH9K_PCOEM
 	/* Mini PCI AR9220 MB92 cards: Compex WLM200NX, Wistron DNMA-92 */
@@ -37,7 +36,7 @@
 	  .driver_data = ATH9K_PCI_LED_ACT_HI },
 #endif
 
-	{ PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
+	{ PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI   */
 
 #ifdef CONFIG_ATH9K_PCOEM
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
@@ -85,7 +84,11 @@
 			 0x10CF, /* Fujitsu */
 			 0x1536),
 	  .driver_data = ATH9K_PCI_D3_L1_WAR },
+#endif
 
+	{ PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
+
+#ifdef CONFIG_ATH9K_PCOEM
 	/* AR9285 card for Asus */
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
 			 0x002B,

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-15 14:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 10:00 [PATCH] ath9k: Move generic entries below specific ones in ath_pci_id_table Vittorio Gambaletta (VittGam)
2016-10-04 15:46 ` Kalle Valo
2016-10-04 18:14   ` Vittorio Gambaletta (VittGam)
2016-10-12 13:34     ` Kalle Valo
2016-10-12 14:13       ` Vittorio Gambaletta (VittGam)
2016-10-12 15:01         ` Valo, Kalle
2016-10-14  9:49           ` Vittorio Gambaletta (VittGam)
2016-11-15 14:49             ` Valo, Kalle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).