From aa015e3da7ed686e48f78715063aaf299fe6e7ec Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 24 Sep 2013 16:44:36 +0200 Subject: [PATCH] linux: add support for Ubiquiti WifiStation Signed-off-by: Stephan Raue --- ...704-Support-for-Ubiquiti-WifiStation.patch | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch diff --git a/packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch b/packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch new file mode 100644 index 0000000000..7932c0723b --- /dev/null +++ b/packages/linux/patches/3.10.12/linux-704-Support-for-Ubiquiti-WifiStation.patch @@ -0,0 +1,28 @@ +From 62330f8f9b6105bfe201f52b7ed86ea6ce3d5901 Mon Sep 17 00:00:00 2001 +From: popcornmix +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 +