]> git.hungrycats.org Git - linux/commitdiff
Add Ubiquiti WifiStation USB id to ath9k wifi driver
authorpopcornmix <popcornmix@gmail.com>
Sun, 8 Sep 2013 09:33:51 +0000 (10:33 +0100)
committerpopcornmix <popcornmix@gmail.com>
Fri, 20 Sep 2013 16:20:54 +0000 (17:20 +0100)
drivers/net/wireless/ath/ath9k/hif_usb.c

index aa327adcc3d8ffdf09261884580914ab41556ade..fb84f6dd64987777ad825c447e6fc3e8164c2d85 100644 (file)
@@ -37,8 +37,10 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
        { USB_DEVICE(0x13D3, 0x3350) }, /* Azurewave */
        { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
        { USB_DEVICE(0x040D, 0x3801) }, /* VIA */
+       { USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */
        { USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */
        { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
+       { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
 
        { USB_DEVICE(0x0cf3, 0x7015),
          .driver_info = AR9287_USB },  /* Atheros */