All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1465067929249254@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 7d1f1fa..5a8bf48 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,3 +12,56 @@ and it can be found in the queue-4.4 subdirectory.
 
 If you, or anyone else, feels it should not be added to the stable tree,
 please let <stable@vger.kernel.org> know about it.
+
+
+>From 0f9edcdd88a993914fa1d1dc369b35dc503979db Mon Sep 17 00:00:00 2001
+From: "Vittorio Gambaletta (VittGam)" <linux-wireless@vittgam.net>
+Date: Mon, 11 Apr 2016 04:48:55 +0200
+Subject: ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
+
+From: Vittorio Gambaletta (VittGam) <linux-wireless@vittgam.net>
+
+commit 0f9edcdd88a993914fa1d1dc369b35dc503979db upstream.
+
+The Wistron DNMA-92 and Compex WLM200NX have inverted LED polarity
+(active high instead of active low).
+
+The same PCI Subsystem ID is used by both cards, which are based on
+the same Atheros MB92 design.
+
+Cc: <linux-wireless@vger.kernel.org>
+Cc: <ath9k-devel@qca.qualcomm.com>
+Cc: <ath9k-devel@lists.ath9k.org>
+Signed-off-by: Vittorio Gambaletta <linuxbugs@vittgam.net>
+Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ drivers/net/wireless/ath/ath9k/pci.c |   10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+--- a/drivers/net/wireless/ath/ath9k/pci.c
++++ b/drivers/net/wireless/ath/ath9k/pci.c
+@@ -28,6 +28,16 @@ static const struct pci_device_id ath_pc
+ 	{ 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 */
++	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
++			 0x0029,
++			 PCI_VENDOR_ID_ATHEROS,
++			 0x2096),
++	  .driver_data = ATH9K_PCI_LED_ACT_HI },
++#endif
++
+ 	{ PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
+ 
+ #ifdef CONFIG_ATH9K_PCOEM
+
+
+Patches currently in stable-queue which might be from linux-wireless@vittgam.net are
+
+queue-4.4/ath9k-add-a-module-parameter-to-invert-led-polarity.patch
+queue-4.4/ath9k-fix-led-polarity-for-some-mini-pci-ar9220-mb92-cards.patch
diff --git a/a/content_digest b/N1/content_digest
index 4325e7a..ee6a3c8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,15 @@
- "From\0gregkh at linuxfoundation.org <gregkh@linuxfoundation.org>\0"
- "Subject\0[ath9k-devel] Patch \"ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.\" has been added to the 4.4-stable tree\0"
+ "From\0<gregkh@linuxfoundation.org>\0"
+ "Subject\0Patch \"ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.\" has been added to the 4.4-stable tree\0"
  "Date\0Sat, 04 Jun 2016 12:18:49 -0700\0"
- "To\0ath9k-devel@lists.ath9k.org\0"
+ "To\0linux-wireless@vittgam.net"
+  ath9k-devel@lists.ath9k.org
+  ath9k-devel@qca.qualcomm.com
+  gregkh@linuxfoundation.org
+  kvalo@qca.qualcomm.com
+  linux-wireless@vger.kernel.org
+ " linuxbugs@vittgam.net\0"
+ "Cc\0<stable@vger.kernel.org>"
+ " <stable-commits@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -17,6 +25,59 @@
  "and it can be found in the queue-4.4 subdirectory.\n"
  "\n"
  "If you, or anyone else, feels it should not be added to the stable tree,\n"
- please let <stable@vger.kernel.org> know about it.
+ "please let <stable@vger.kernel.org> know about it.\n"
+ "\n"
+ "\n"
+ ">From 0f9edcdd88a993914fa1d1dc369b35dc503979db Mon Sep 17 00:00:00 2001\n"
+ "From: \"Vittorio Gambaletta (VittGam)\" <linux-wireless@vittgam.net>\n"
+ "Date: Mon, 11 Apr 2016 04:48:55 +0200\n"
+ "Subject: ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.\n"
+ "\n"
+ "From: Vittorio Gambaletta (VittGam) <linux-wireless@vittgam.net>\n"
+ "\n"
+ "commit 0f9edcdd88a993914fa1d1dc369b35dc503979db upstream.\n"
+ "\n"
+ "The Wistron DNMA-92 and Compex WLM200NX have inverted LED polarity\n"
+ "(active high instead of active low).\n"
+ "\n"
+ "The same PCI Subsystem ID is used by both cards, which are based on\n"
+ "the same Atheros MB92 design.\n"
+ "\n"
+ "Cc: <linux-wireless@vger.kernel.org>\n"
+ "Cc: <ath9k-devel@qca.qualcomm.com>\n"
+ "Cc: <ath9k-devel@lists.ath9k.org>\n"
+ "Signed-off-by: Vittorio Gambaletta <linuxbugs@vittgam.net>\n"
+ "Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>\n"
+ "Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n"
+ "\n"
+ "---\n"
+ " drivers/net/wireless/ath/ath9k/pci.c |   10 ++++++++++\n"
+ " 1 file changed, 10 insertions(+)\n"
+ "\n"
+ "--- a/drivers/net/wireless/ath/ath9k/pci.c\n"
+ "+++ b/drivers/net/wireless/ath/ath9k/pci.c\n"
+ "@@ -28,6 +28,16 @@ static const struct pci_device_id ath_pc\n"
+ " \t{ PCI_VDEVICE(ATHEROS, 0x0024) }, /* PCI-E */\n"
+ " \t{ PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI   */\n"
+ " \t{ PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI   */\n"
+ "+\n"
+ "+#ifdef CONFIG_ATH9K_PCOEM\n"
+ "+\t/* Mini PCI AR9220 MB92 cards: Compex WLM200NX, Wistron DNMA-92 */\n"
+ "+\t{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,\n"
+ "+\t\t\t 0x0029,\n"
+ "+\t\t\t PCI_VENDOR_ID_ATHEROS,\n"
+ "+\t\t\t 0x2096),\n"
+ "+\t  .driver_data = ATH9K_PCI_LED_ACT_HI },\n"
+ "+#endif\n"
+ "+\n"
+ " \t{ PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */\n"
+ " \n"
+ " #ifdef CONFIG_ATH9K_PCOEM\n"
+ "\n"
+ "\n"
+ "Patches currently in stable-queue which might be from linux-wireless@vittgam.net are\n"
+ "\n"
+ "queue-4.4/ath9k-add-a-module-parameter-to-invert-led-polarity.patch\n"
+ queue-4.4/ath9k-fix-led-polarity-for-some-mini-pci-ar9220-mb92-cards.patch
 
-67760e2bd4590253d2fd8b85d669a4d004745f5f983f80f966ba250ce7baa50b
+ac67f16c7d6471e2b2c2f4a94fc9cb32e7e47553de3a42d1c001ff4e6b931ae3

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.