mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux: add support for Ubiquiti WifiStation
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8637a0a573
commit
aa015e3da7
28
packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch
vendored
Normal file
28
packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user