Skip to content

Commit a95d28a

Browse files
Bitterblue SmithKalle Valo
authored andcommitted
wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171
This ID appears to be RTL8188SU, not RTL8192DU. This is the wrong driver for RTL8188SU. The r8712u driver from staging handles this ID. I think this ID comes from the original rtl8192du driver from Realtek. I don't know if they added it by mistake, or it was actually used for two different chips. RTL8188SU with this ID exists in the wild. RTL8192DU with this ID probably doesn't. Fixes: b5dc887 ("wifi: rtlwifi: Add rtl8192du/sw.c") Cc: [email protected] # v6.11 Closes: lwfinger/rtl8192du#105 Signed-off-by: Bitterblue Smith <[email protected]> Acked-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 4aefde4 commit a95d28a

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/wireless/realtek/rtlwifi/rtl8192du

1 file changed

+0
-1
lines changed

drivers/net/wireless/realtek/rtlwifi/rtl8192du/sw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ static const struct usb_device_id rtl8192d_usb_ids[] = {
352352
{RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8194, rtl92du_hal_cfg)},
353353
{RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8111, rtl92du_hal_cfg)},
354354
{RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x0193, rtl92du_hal_cfg)},
355-
{RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8171, rtl92du_hal_cfg)},
356355
{RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0xe194, rtl92du_hal_cfg)},
357356
{RTL_USB_DEVICE(0x2019, 0xab2c, rtl92du_hal_cfg)},
358357
{RTL_USB_DEVICE(0x2019, 0xab2d, rtl92du_hal_cfg)},

0 commit comments

Comments
 (0)