compat-wireless: remove AR9003 PCI ID patch from crap/
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 12 Jun 2010 05:50:40 +0000 (22:50 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 12 Jun 2010 05:50:40 +0000 (22:50 -0700)
This has now been posted

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
crap/0003-ath9k-enable-AR9003-PCI-IDs.patch [deleted file]

diff --git a/crap/0003-ath9k-enable-AR9003-PCI-IDs.patch b/crap/0003-ath9k-enable-AR9003-PCI-IDs.patch
deleted file mode 100644 (file)
index 3c7dcb3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Reason for not yet publishing: This code will only be added once
-AR9003 support is completed. It makes no sense to enable AR9003
-until we are completely satisfied with all the code.
-
-From b46903df1aaf40d3b4957c9eaf1188341aab4d28 Mon Sep 17 00:00:00 2001
-From: Luis R. Rodriguez <lrodriguez@atheros.com>
-Date: Thu, 13 May 2010 17:33:23 -0700
-Subject: [PATCH 3/3] ath9k: enable AR9003 PCI IDs
-
-All AR9003 features are now complete so enable AR9003
-support.
-
-Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
----
- drivers/net/wireless/ath/ath9k/pci.c |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
---- a/drivers/net/wireless/ath/ath9k/pci.c
-+++ b/drivers/net/wireless/ath/ath9k/pci.c
-@@ -28,6 +28,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_i
-       { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
-       { PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI   */
-       { PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
-+      { PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E  AR9300 */
-       { 0 }
- };