X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7863ca9afd9dd1acb6fcd1c169c716a43c4e0dfe..502d6255c81bbbfa76c6fc153d2c57351ee85d32:/package/madwifi/patches/353-devid.patch diff --git a/package/madwifi/patches/353-devid.patch b/package/madwifi/patches/353-devid.patch index b79caca84..ee149ff0c 100644 --- a/package/madwifi/patches/353-devid.patch +++ b/package/madwifi/patches/353-devid.patch @@ -1,11 +1,10 @@ -Index: madwifi-trunk-r3314/ath/if_ath_pci.c -=================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath_pci.c 2008-07-06 01:38:57.000000000 +0200 -+++ madwifi-trunk-r3314/ath/if_ath_pci.c 2008-07-06 01:52:09.000000000 +0200 -@@ -114,11 +114,13 @@ +--- a/ath/if_ath_pci.c ++++ b/ath/if_ath_pci.c +@@ -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 } }; @@ -13,6 +12,7 @@ Index: madwifi-trunk-r3314/ath/if_ath_pci.c static u16 ath_devidmap[][2] = { - { 0x9013, 0x0013 } + { 0x9013, 0x0013 }, ++ { 0xff16, 0x0013 }, + { 0xff1a, 0x001a } };