mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 62330f8f9b6105bfe201f52b7ed86ea6ce3d5901 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Sun, 8 Sep 2013 10:33:51 +0100
|
|
Subject: [PATCH] Add Ubiquiti WifiStation USB id to ath9k wifi driver
|
|
|
|
---
|
|
drivers/net/wireless/ath/ath9k/hif_usb.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c
|
|
index 75a6376..8cb8d8d 100644
|
|
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
|
|
@@ -37,9 +37,11 @@
|
|
{ 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(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */
|
|
{ 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 */
|
|
--
|
|
1.8.4
|
|
|