aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep/usb_intf.c
Commit message (Expand)AuthorAgeFilesLines
* staging: r8188eu: Add Rosewill USB-N150 Nano to device tablesLarry Finger2022-08-161-0/+1
* staging: r8188eu: remove NULL check before vfreeDongliang Mu2022-06-201-1/+1
* staging: r8188eu: Remove unneeded variable ret in rtw_suspend()Wan Jiabing2022-04-221-3/+1
* staging: r8188eu: remove header usb_vendor_req.hMichael Straube2022-04-081-1/+0
* staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter2022-02-171-16/+8
* staging: r8188eu: remove remaining DBG_88E calls from os_dep subdirPhillip Potter2022-02-171-56/+1
* staging: r8188eu: remove ishighspeed from dvobj_privMartin Kaiser2022-02-151-8/+0
* staging: r8188eu: keep the success path and error path separateVihas Makwana2022-02-151-18/+12
* staging: r8188eu: usb_suspend_sema is initialised but not usedMartin Kaiser2022-02-081-1/+0
* staging: r8188eu: remove the global DriverStateMartin Kaiser2022-02-081-5/+3
* staging: r8188eu: handle rtw_init_netdev_name() failure appropriatelyVihas Mak2022-01-251-2/+11
* staging: r8188eu: remove rtw_netif_stop_queue wrapperMartin Kaiser2022-01-251-1/+1
* staging: r8188eu: internal autosuspend is always falseMartin Kaiser2022-01-031-2/+1
* staging: r8188eu: convert type of HalData in struct adapterMichael Straube2021-12-091-8/+2
* staging: r8188eu: remove pm_netdev_openMartin Kaiser2021-12-031-1/+1
* staging: r8188eu: require a single bulk in endpointMartin Kaiser2021-12-031-9/+11
* staging: r8188eu: don't store nr_endpoint in a global structMartin Kaiser2021-12-031-2/+1
* staging: r8188eu: remove ep_num arrayMartin Kaiser2021-12-031-1/+0
* staging: r8188eu: Remove support for devices with 8188FU chipset (0bda:f179)Candy Febriyanto2021-11-251-1/+0
* staging: r8188eu: code indent should use tabsMichael Straube2021-11-171-1/+1
* staging: r8188eu: fix missing unlock in rtw_resume()Yang Yingliang2021-10-301-1/+3
* staging: r8188eu: Use a Mutex instead of a binary SemaphoreFabio M. De Francesco2021-10-241-4/+4
* staging: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* staging: r8188eu: remove specific device tableMartin Kaiser2021-10-131-29/+0
* staging: r8188eu: remove an unused defineMartin Kaiser2021-10-131-2/+0
* staging: r8188eu: rename rtl8188eu_set_hal_ops()Michael Straube2021-10-101-2/+2
* staging: r8188eu: interface type is always usbMartin Kaiser2021-10-101-3/+0
* staging: r8188eu: chip_type is write-onlyMartin Kaiser2021-10-101-7/+0
* staging: r8188eu: remove inirp_deinit from struct hal_opsMichael Straube2021-10-051-1/+1
* staging: r8188eu: remove inirp_init from struct hal_opsMichael Straube2021-10-051-1/+1
* staging: r8188eu: remove mutex 'usb_vendor_req_mutex'Pavel Skripkin2021-09-271-24/+0
* staging: r8188eu: remove shared buffer for USB requestsPavel Skripkin2021-09-271-13/+1
* staging: r8188eu: remove rtw_proc_{init,remove}_one()Michael Straube2021-09-271-1/+0
* staging: r8188eu: remove rtw_hw_resumeMartin Kaiser2021-09-181-39/+0
* staging: r8188eu: brfoffbyhw is always falseMartin Kaiser2021-09-181-1/+0
* staging: r8188eu: remove core/rtw_io.cPavel Skripkin2021-09-171-1/+7
* staging: r8188eu: remove rtw_hw_suspendMartin Kaiser2021-09-131-59/+0
* staging: r8188eu: os_dep: simplifiy the rtw_resume functionSaurav Girepunje2021-09-131-18/+2
* staging: r8188eu: remove the remaining usb endpoint functionsMartin Kaiser2021-09-131-15/+0
* staging: r8188eu: remove unused function RT_usb_endpoint_numMartin Kaiser2021-09-131-5/+0
* staging: r8188eu: remove unused function RT_usb_endpoint_is_bulk_inMartin Kaiser2021-09-131-10/+0
* staging: r8188eu: remove unused function usb_endpoint_is_intMartin Kaiser2021-09-131-10/+0
* staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}Larry Finger2021-09-131-4/+0
* staging: r8188eu: remove _rtw_mutex_{init,free}Pavel Skripkin2021-09-131-4/+4
* staging: r8188eu: remove useless checkPavel Skripkin2021-09-131-3/+0
* staging: r8188eu: remove read_chip_version from hal_opsMichael Straube2021-09-131-1/+2
* staging: r8188eu: remove read_adapter_info from hal_opsMichael Straube2021-09-131-1/+1
* staging: r8188eu: remove intf_chip_configure from hal_opsMichael Straube2021-09-131-1/+1
* staging: r8188eu: make rtw_deinit_intf_priv return voidPavel Skripkin2021-08-261-4/+1
* staging: r8188eu: remove unnecessary castMartin Kaiser2021-08-261-1/+1