diff options
| author | Christian Lamparter <chunkeey@googlemail.com> | 2009-09-17 13:46:53 +0200 | 
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2009-09-23 11:35:53 -0400 | 
| commit | fe9f6342c86292aee1941447f22dc5470735e5a1 (patch) | |
| tree | 1a51adcc683802f20cad9add0b1963253f5d6945 /drivers/net/wireless/ath/ar9170/usb.c | |
| parent | a3ca95fbe488b9cc6edd4903c609b19ba0365efc (diff) | |
ar9170usb: add usbid for TP-Link TL-WN821N v2
This patch adds the usbid for TP-Link TL-WN821N v2.
Cc: stable@kernel.org
Reported-by: Fabian Lenz <lenz_fabian@yahoo.de>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/usb.c')
| -rw-r--r-- | drivers/net/wireless/ath/ar9170/usb.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/net/wireless/ath/ar9170/usb.c b/drivers/net/wireless/ath/ar9170/usb.c index e0138ac8bf50..e974e5829e1a 100644 --- a/drivers/net/wireless/ath/ar9170/usb.c +++ b/drivers/net/wireless/ath/ar9170/usb.c @@ -64,6 +64,8 @@ static struct usb_device_id ar9170_usb_ids[] = {  	{ USB_DEVICE(0x0cf3, 0x9170) },  	/* Atheros TG121N */  	{ USB_DEVICE(0x0cf3, 0x1001) }, +	/* TP-Link TL-WN821N v2 */ +	{ USB_DEVICE(0x0cf3, 0x1002) },  	/* Cace Airpcap NX */  	{ USB_DEVICE(0xcace, 0x0300) },  	/* D-Link DWA 160A */ | 
