]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.1.1/ath9k_htc-add-avm-fritz-wlan-11n-v2-support.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.1.1 / ath9k_htc-add-avm-fritz-wlan-11n-v2-support.patch
1 From 8c34559b4a6df32e4af1b073397fa4dc189a5485 Mon Sep 17 00:00:00 2001
2 From: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
3 Date: Thu, 29 Sep 2011 10:42:19 -0700
4 Subject: ath9k_htc: add AVM FRITZ!WLAN 11N v2 support
5
6 From: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
7
8 commit 8c34559b4a6df32e4af1b073397fa4dc189a5485 upstream.
9
10 This was reported and tested by Martin Walter over at AVM GmbH Berlin.
11 This also applies to 3.0.1 so sendint to stable.
12
13 Cc: s.kirste@avm.de
14 Cc: d.friedel@avm.de
15 Cc: Martin Walter <m.walter@avm.de>
16 Cc: Peter Grabienski <pgrabien@qca.qualcomm.com>
17 Tested-by: Martin Walter <m.walter@avm.de>
18 Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
19 Signed-off-by: John W. Linville <linville@tuxdriver.com>
20 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
21
22 ---
23 drivers/net/wireless/ath/ath9k/hif_usb.c | 1 +
24 1 file changed, 1 insertion(+)
25
26 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c
27 +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
28 @@ -38,6 +38,7 @@ static struct usb_device_id ath9k_hif_us
29 { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
30 { USB_DEVICE(0x040D, 0x3801) }, /* VIA */
31 { USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */
32 + { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
33
34 { USB_DEVICE(0x0cf3, 0x7015),
35 .driver_info = AR9287_USB }, /* Atheros */