diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index ff86d40..ef367ec 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -657,8 +657,8 @@ static int usb_reprobe_switch_usb_mode(PADAPTER Adapter) u8 ret = _FALSE; /* efuse not allow driver to switch usb mode */ - if (pHalData->EEPROMUsbSwitch == _FALSE) - goto exit; + //if (pHalData->EEPROMUsbSwitch == _FALSE) + // goto exit; /* registry not allow driver to switch usb mode */ if (registry_par->switch_usb_mode == 0)