diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
commit | fafaa38ae55cab486f2b929a131fe433ce180224 (patch) | |
tree | 25d7e19e357623b44714e2052228a7e05eb3ade7 /package/madwifi/patches/472-remove_11n_devids.patch | |
parent | 6f752c725a5b592dff8c17f0fe4e905de22b8112 (diff) | |
download | upstream-fafaa38ae55cab486f2b929a131fe433ce180224.tar.gz upstream-fafaa38ae55cab486f2b929a131fe433ce180224.tar.bz2 upstream-fafaa38ae55cab486f2b929a131fe433ce180224.zip |
move a few unmaintained packages from trunk to /packages
SVN-Revision: 33634
Diffstat (limited to 'package/madwifi/patches/472-remove_11n_devids.patch')
-rw-r--r-- | package/madwifi/patches/472-remove_11n_devids.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/madwifi/patches/472-remove_11n_devids.patch b/package/madwifi/patches/472-remove_11n_devids.patch deleted file mode 100644 index cf80f06bf6..0000000000 --- a/package/madwifi/patches/472-remove_11n_devids.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/ath/if_ath_pci.c -+++ b/ath/if_ath_pci.c -@@ -111,8 +111,6 @@ static struct pci_device_id ath_pci_id_t - { 0x168c, 0x001b, PCI_ANY_ID, PCI_ANY_ID }, - { 0x168c, 0x001c, PCI_ANY_ID, PCI_ANY_ID }, /* PCI Express 5424 */ - { 0x168c, 0x001d, PCI_ANY_ID, PCI_ANY_ID }, /* PCI Express ??? */ -- { 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 } -@@ -146,8 +144,6 @@ static const struct ath_hw_detect cards[ - { ubnt, "SR4C", 0x168c, 0x0013, 0x7777, 0x1004, 6 }, - { ubnt, "SR5", 0x168c, 0x0013, 0x168c, 0x2042, 7 }, - { ubnt, "SR9", 0x168c, 0x0013, 0x7777, 0x2009, 12 }, -- { ubnt, "SR71A", 0x168c, 0x0027, 0x168c, 0x2082, 10 }, -- { ubnt, "SR71", 0x168c, 0x0027, 0x0777, 0x4082, 10 }, - }; - - static int |