huge madwifi update (work in progress, disabled by default, compiles but breaks at...
[openwrt.git] / package / madwifi / patches-r3776 / 317-devid.patch
1 Index: madwifi-trunk-r3776/ath/if_ath_pci.c
2 ===================================================================
3 --- madwifi-trunk-r3776.orig/ath/if_ath_pci.c 2008-07-17 00:53:20.000000000 +0200
4 +++ madwifi-trunk-r3776/ath/if_ath_pci.c 2008-07-17 03:54:06.000000000 +0200
5 @@ -114,11 +114,13 @@
6 { 0x168c, 0x0023, PCI_ANY_ID, PCI_ANY_ID },
7 { 0x168c, 0x0024, PCI_ANY_ID, PCI_ANY_ID },
8 { 0x168c, 0x9013, PCI_ANY_ID, PCI_ANY_ID }, /* sonicwall */
9 + { 0x168c, 0xff1a, PCI_ANY_ID, PCI_ANY_ID },
10 { 0 }
11 };
12
13 static u16 ath_devidmap[][2] = {
14 - { 0x9013, 0x0013 }
15 + { 0x9013, 0x0013 },
16 + { 0xff1a, 0x001a }
17 };
18
19 static int
This page took 0.050882 seconds and 5 git commands to generate.