summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-24 22:01:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-24 22:01:06 +0200
commitc4a6ca97439a40164cd65e7f695a9f380776817f (patch)
tree06d6383acadc2ad7a558241f247b402eecb537a1
parentStaging: bcm: Shortened prototype for GetNextTargetBufferLocation() (diff)
downloadlinux-c4a6ca97439a40164cd65e7f695a9f380776817f.tar.xz
linux-c4a6ca97439a40164cd65e7f695a9f380776817f.zip
Revert "staging: r8188eu: Add support for Dlink DWA-121 802.11n Wireless N 150 Pico Adapter"
This reverts commit 599a2c02a784934b9bf0725920c1bc235b9b28ce. Larry writes: This patch should be dropped. The 0x2001:0x3308 device is an RTL8188CU, not RTL8188EU. As a result, it is already in the USB device tables. Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Kim Nylund <kim@pratsam.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_intf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 246a420c897c..a368aa92b259 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -55,7 +55,6 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
/*=== Customer ID ===*/
/****** 8188EUS ********/
{USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
- {USB_DEVICE(0x2001, 0x3308)}, /* DLink DWA-121 REV A1 */
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
{} /* Terminating entry */