aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/353-devid.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-17 19:27:14 +0000
committerJohn Crispin <john@openwrt.org>2011-07-17 19:27:14 +0000
commita6ceecd9738671fbbf36b1a0508f449c446a8ed2 (patch)
treeb6b615be871d4428e9517d0da1f5dd85d34a5ae4 /package/madwifi/patches/353-devid.patch
parente80af9da6b46766cf31b7ba6972a4006cb8c29d7 (diff)
downloadupstream-a6ceecd9738671fbbf36b1a0508f449c446a8ed2.tar.gz
upstream-a6ceecd9738671fbbf36b1a0508f449c446a8ed2.tar.bz2
upstream-a6ceecd9738671fbbf36b1a0508f449c446a8ed2.zip
better lantiq support in madwifi
Allow for each lantiq target (without wifi eeprom) to define where wireless configuration data is on flash. Patch also adds support for sx763 lantiq target. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27662
Diffstat (limited to 'package/madwifi/patches/353-devid.patch')
-rw-r--r--package/madwifi/patches/353-devid.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/madwifi/patches/353-devid.patch b/package/madwifi/patches/353-devid.patch
index bcc214b8fd..ee149ff0c2 100644
--- a/package/madwifi/patches/353-devid.patch
+++ b/package/madwifi/patches/353-devid.patch
@@ -1,9 +1,10 @@
--- a/ath/if_ath_pci.c
+++ b/ath/if_ath_pci.c
-@@ -114,11 +114,13 @@ static struct pci_device_id ath_pci_id_t
+@@ -114,11 +114,15 @@ static struct pci_device_id ath_pci_id_t
{ 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, 0xff16, PCI_ANY_ID, PCI_ANY_ID },
+ { 0x168c, 0xff1a, PCI_ANY_ID, PCI_ANY_ID },
{ 0 }
};
@@ -11,6 +12,7 @@
static u16 ath_devidmap[][2] = {
- { 0x9013, 0x0013 }
+ { 0x9013, 0x0013 },
++ { 0xff16, 0x0013 },
+ { 0xff1a, 0x001a }
};