ixp4xx: remove linux 3.10 support
[openwrt.git] / target / linux / brcm2708 / patches-3.10 / 0064-Add-missing-ids-for-Netgear-WNA1000N-and-D-Link-Alph.patch
1 From c8b4c6968c3a8c1b195de2dc522268e0ce81b6c7 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Fri, 17 May 2013 15:19:49 +0100
4 Subject: [PATCH 064/196] Add missing ids for Netgear WNA1000N and D-Link Alpha
5
6 ---
7  drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c b/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c
11 index 9d303f4..2e54e74 100644
12 --- a/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c
13 +++ b/drivers/net/wireless/rtl8192cu/os_dep/linux/usb_intf.c
14 @@ -114,6 +114,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
15         {USB_DEVICE(0x4856, 0x0091)},//NetweeN - Feixun
16         {USB_DEVICE(0x2019, 0x4902)},//Planex - Etop
17         {USB_DEVICE(0x2019, 0xAB2E)},//SW-WF02-AD15 -Abocom
18 +       {USB_DEVICE(0x0846, 0x9041)},//Netgear
19  
20         /****** 8188 RU ********/
21         {USB_DEVICE(0x0BDA, 0x317F)},//Netcore,Netcore
22 -- 
23 1.9.1
24