aboutsummaryrefslogtreecommitdiffstats
path: root/crap
diff options
context:
space:
mode:
authorLuis R. Rodriguez2010-06-12 00:50:40 -0500
committerLuis R. Rodriguez2010-06-12 00:50:40 -0500
commitd762762a3b7d5fed6ec466affab82b3597bbe966 (patch)
tree4a84c2ae4c480098a94b90d37905c3aec19a5998 /crap
parentbff1e5d501a9643ae03618ba40848b1d85449197 (diff)
downloadcompat-wireless-d762762a3b7d5fed6ec466affab82b3597bbe966.tar.gz
compat-wireless-d762762a3b7d5fed6ec466affab82b3597bbe966.tar.xz
compat-wireless-d762762a3b7d5fed6ec466affab82b3597bbe966.zip
compat-wireless: remove AR9003 PCI ID patch from crap/
This has now been posted Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'crap')
-rw-r--r--crap/0003-ath9k-enable-AR9003-PCI-IDs.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/crap/0003-ath9k-enable-AR9003-PCI-IDs.patch b/crap/0003-ath9k-enable-AR9003-PCI-IDs.patch
deleted file mode 100644
index 3c7dcb3..0000000
--- a/crap/0003-ath9k-enable-AR9003-PCI-IDs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1Reason for not yet publishing: This code will only be added once
2AR9003 support is completed. It makes no sense to enable AR9003
3until we are completely satisfied with all the code.
4
5From b46903df1aaf40d3b4957c9eaf1188341aab4d28 Mon Sep 17 00:00:00 2001
6From: Luis R. Rodriguez <lrodriguez@atheros.com>
7Date: Thu, 13 May 2010 17:33:23 -0700
8Subject: [PATCH 3/3] ath9k: enable AR9003 PCI IDs
9
10All AR9003 features are now complete so enable AR9003
11support.
12
13Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
14---
15 drivers/net/wireless/ath/ath9k/pci.c | 1 +
16 1 files changed, 1 insertions(+), 0 deletions(-)
17
18--- a/drivers/net/wireless/ath/ath9k/pci.c
19+++ b/drivers/net/wireless/ath/ath9k/pci.c
20@@ -28,6 +28,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_i
21 { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
22 { PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
23 { PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
24+ { PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
25 { 0 }
26 };
27