mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-23 05:44:40 +00:00
Merge pull request #167 from kimocoder/v5.2.20
Remove redundant code already in SetHwReg881XAU in usb_halinit.c
This commit is contained in:
commit
5328a7052f
@ -693,26 +693,7 @@ static int usb_reprobe_switch_usb_mode(PADAPTER Adapter)
|
|||||||
if (registry_par->switch_usb_mode == 0)
|
if (registry_par->switch_usb_mode == 0)
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A)
|
|
||||||
if (IS_HIGH_SPEED_USB(Adapter)) {
|
|
||||||
if ((rtw_read8(Adapter, 0x74) & (BIT(2)|BIT(3))) != BIT(3)) {
|
|
||||||
rtw_write8(Adapter, 0x74, 0x8);
|
|
||||||
rtw_write8(Adapter, 0x70, 0x2);
|
|
||||||
rtw_write8(Adapter, 0x3e, 0x1);
|
|
||||||
rtw_write8(Adapter, 0x3d, 0x3);
|
|
||||||
/* usb disconnect */
|
|
||||||
rtw_write8(Adapter, 0x5, 0x80);
|
|
||||||
ret = _TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
} else if (IS_SUPER_SPEED_USB(Adapter)) {
|
|
||||||
rtw_write8(Adapter, 0x70, rtw_read8(Adapter, 0x70) & (~BIT(1)));
|
|
||||||
rtw_write8(Adapter, 0x3e, rtw_read8(Adapter, 0x3e) & (~BIT(0)));
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
rtw_hal_set_hwreg(Adapter, HW_VAR_USB_MODE, &ret);
|
rtw_hal_set_hwreg(Adapter, HW_VAR_USB_MODE, &ret);
|
||||||
#endif
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user