You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
398 B
18 lines
398 B
17 years ago
|
--- a/ath/if_ath_pci.c
|
||
|
+++ b/ath/if_ath_pci.c
|
||
17 years ago
|
@@ -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
|