]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
authorNick Morrow <morrownr@gmail.com>
Wed, 10 Jul 2024 22:14:23 +0000 (01:14 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 17 Jul 2024 04:24:29 +0000 (12:24 +0800)
Remove VID/PID 0bda:c82c as it was inadvertently added to the device
list in driver rtw8821cu. This VID/PID is for the rtw8822cu device
and it is already in the appropriate place for that device.

Cc: stable@vger.kernel.org
Signed-off-by: Nick Morrow <morrownr@gmail.com>
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/335d7fa1-0ba5-4b86-bba5-f98834ace1f8@gmail.com
drivers/net/wireless/realtek/rtw88/rtw8821cu.c

index e2c7d9f876836a32d335d751cb3303ffd5fa204f..a019f4085e73893e205c0a4324241ce139bbc29d 100644 (file)
@@ -31,8 +31,6 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
          .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
        { USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82b, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
-       { USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82c, 0xff, 0xff, 0xff),
-         .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
        { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x331d, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* D-Link */
        { USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xc811, 0xff, 0xff, 0xff),