diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2010-12-13 07:39:32 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-13 15:23:32 -0500 |
commit | 452d7dd816744efb5d0c22c2b038f2ffa5c7ec14 (patch) | |
tree | 8939e89ffdf7aaa74f3ada3559502831e2a92244 /drivers | |
parent | 62a957e99f6edced4a87f79cc49bfca42fe9a1a0 (diff) | |
download | blackbird-obmc-linux-452d7dd816744efb5d0c22c2b038f2ffa5c7ec14.tar.gz blackbird-obmc-linux-452d7dd816744efb5d0c22c2b038f2ffa5c7ec14.zip |
ath9k_htc: Add Ubiquiti wifistation ext to supported devices
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hif_usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c index d0918bd23b8e..22b68b3c8566 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c @@ -38,6 +38,7 @@ 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, 0xb003) }, /* Ubiquiti WifiStation Ext */ { USB_DEVICE(0x0cf3, 0x7015), .driver_info = AR9287_USB }, /* Atheros */ |