projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refresh madwifi-testing patches
[openwrt.git]
/
package
/
madwifi
/
patches-r3776
/
317-devid.patch
1
--- a/ath/if_ath_pci.c
2
+++ b/ath/if_ath_pci.c
3
@@ -114,11 +114,13 @@
4
{ 0x168c, 0x0023, PCI_ANY_ID, PCI_ANY_ID },
5
{ 0x168c, 0x0024, PCI_ANY_ID, PCI_ANY_ID },
6
{ 0x168c, 0x9013, PCI_ANY_ID, PCI_ANY_ID }, /* sonicwall */
7
+ { 0x168c, 0xff1a, PCI_ANY_ID, PCI_ANY_ID },
8
{ 0 }
9
};
10
11
static u16 ath_devidmap[][2] = {
12
- { 0x9013, 0x0013 }
13
+ { 0x9013, 0x0013 },
14
+ { 0xff1a, 0x001a }
15
};
16
17
static int
This page took
0.052147 seconds
and
5
git commands to generate.