Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ecada commit fd01787Copy full SHA for fd01787
drivers/net/wireless/ath/ath9k/hif_usb.c
@@ -37,8 +37,10 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
37
{ USB_DEVICE(0x13D3, 0x3350) }, /* Azurewave */
38
{ USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
39
{ USB_DEVICE(0x040D, 0x3801) }, /* VIA */
40
+ { USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */
41
{ USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */
42
{ USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
43
+ { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
44
45
{ USB_DEVICE(0x0cf3, 0x7015),
46
.driver_info = AR9287_USB }, /* Atheros */
0 commit comments