diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-17 02:30:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-17 02:30:08 +0000 |
commit | b83f384981232d7ebaff91900f1dd935d9bbb8a5 (patch) | |
tree | 9a6c4a84b220fbf9a9e4066c469eed96abce61f1 /package/madwifi/patches-r3776/317-devid.patch | |
parent | d549476c027e2aa6d8c8107cc61008fa03e94263 (diff) | |
download | upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.gz upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.bz2 upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.zip |
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
SVN-Revision: 11851
Diffstat (limited to 'package/madwifi/patches-r3776/317-devid.patch')
-rw-r--r-- | package/madwifi/patches-r3776/317-devid.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/madwifi/patches-r3776/317-devid.patch b/package/madwifi/patches-r3776/317-devid.patch new file mode 100644 index 0000000000..d22d00545d --- /dev/null +++ b/package/madwifi/patches-r3776/317-devid.patch @@ -0,0 +1,19 @@ +Index: madwifi-trunk-r3776/ath/if_ath_pci.c +=================================================================== +--- madwifi-trunk-r3776.orig/ath/if_ath_pci.c 2008-07-17 00:53:20.000000000 +0200 ++++ madwifi-trunk-r3776/ath/if_ath_pci.c 2008-07-17 03:54:06.000000000 +0200 +@@ -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 |