From 04ce7928c6f6f644f5619e6617bf0aa86826abf9 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 18 Jul 2008 22:57:30 +0000 Subject: rename patches-r3776 to patches-testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11868 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches-testing/317-devid.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/madwifi/patches-testing/317-devid.patch (limited to 'package/madwifi/patches-testing/317-devid.patch') diff --git a/package/madwifi/patches-testing/317-devid.patch b/package/madwifi/patches-testing/317-devid.patch new file mode 100644 index 000000000..281e348f8 --- /dev/null +++ b/package/madwifi/patches-testing/317-devid.patch @@ -0,0 +1,17 @@ +--- 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 -- cgit v1.2.3