diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-16 21:06:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-16 21:06:30 +0000 |
commit | 6e9522d27e11d14df5acff0022fd3f894f997a7c (patch) | |
tree | 7a1bb245b59fb8c1750b905cb1087915a5ffface /package/madwifi/patches-testing/317-devid.patch | |
parent | 18c93fb457925b1fbf73acbde7cd3c722d8ef8f1 (diff) | |
download | upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.gz upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.bz2 upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.zip |
remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it.
SVN-Revision: 12992
Diffstat (limited to 'package/madwifi/patches-testing/317-devid.patch')
-rw-r--r-- | package/madwifi/patches-testing/317-devid.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/madwifi/patches-testing/317-devid.patch b/package/madwifi/patches-testing/317-devid.patch deleted file mode 100644 index 281e348f83..0000000000 --- a/package/madwifi/patches-testing/317-devid.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/ath/if_ath_pci.c -+++ b/ath/if_ath_pci.c -@@ -114,11 +114,13 @@ - { 0x168c, 0x0023, PCI_ANY_ID, PCI_ANY_ID }, - { 0x168c, 0x0024, PCI_ANY_ID, PCI_ANY_ID }, - { 0x168c, 0x9013, PCI_ANY_ID, PCI_ANY_ID }, /* sonicwall */ -+ { 0x168c, 0xff1a, PCI_ANY_ID, PCI_ANY_ID }, - { 0 } - }; - - static u16 ath_devidmap[][2] = { -- { 0x9013, 0x0013 } -+ { 0x9013, 0x0013 }, -+ { 0xff1a, 0x001a } - }; - - static int |