Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd01787

Browse files
committed
Add Ubiquiti WifiStation USB id to ath9k wifi driver
1 parent b1ecada commit fd01787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wireless/ath/ath9k/hif_usb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
3737
{ USB_DEVICE(0x13D3, 0x3350) }, /* Azurewave */
3838
{ USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
3939
{ USB_DEVICE(0x040D, 0x3801) }, /* VIA */
40+
{ USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */
4041
{ USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */
4142
{ USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
43+
{ USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
4244

4345
{ USB_DEVICE(0x0cf3, 0x7015),
4446
.driver_info = AR9287_USB }, /* Atheros */

0 commit comments

Comments
 (0)