summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/hal/usb_ops_linux.c
AgeCommit message (Expand)Author
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman
2023-02-07staging: r8188eu: use standard error codes in rtw_read_portMartin Kaiser
2023-02-07staging: r8188eu: pass a struct recv_buf to rtw_read_portMartin Kaiser
2023-01-27staging: r8188eu: remove usb_ops_linux.hMartin Kaiser
2023-01-27staging: r8188eu: usb_read_port_complete needs no regs parameterMartin Kaiser
2023-01-27staging: r8188eu: remove redundant parameterMartin Kaiser
2023-01-27staging: r8188eu: pass struct adapter to usb_writeMartin Kaiser
2023-01-17staging: r8188eu: pass struct adapter to usb_readMartin Kaiser
2023-01-17staging: r8188eu: remove struct io_privMartin Kaiser
2023-01-17staging: r8188eu: convert rtw_writeN() to common error logicMichael Straube
2023-01-17staging: r8188eu: simplify rtl8188eu_xmit_taskletMartin Kaiser
2023-01-17staging: r8188eu: remove unused parameterMartin Kaiser
2022-09-24staging: r8188eu: remove recv_osdep.hMichael Straube
2022-08-16staging: r8188eu: make handle_txrpt_ccx_88e() staticMichael Straube
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin
2022-06-10staging: r8188eu: add error handling of rtw_read16Pavel Skripkin
2022-06-10staging: r8188eu: add error handling of rtw_read8Pavel Skripkin
2022-04-07staging: r8188eu: use round_up() instead of _RND128()Michael Straube
2022-04-04staging: r8188eu: pnp_bstop_trx is never setMichael Straube
2022-04-04staging: r8188eu: remove duplicate assignmentWang Qing
2022-03-14staging: r8188eu: remove unneeded field pbufAbdun Nihaal
2022-03-14staging: r8188eu: remove unused field pdataAbdun Nihaal
2022-03-14staging: r8188eu: remove unused field pendAbdun Nihaal
2022-03-14staging: r8188eu: remove unused field ptailAbdun Nihaal
2022-03-14staging: r8188eu: remove unused field pheadAbdun Nihaal
2022-03-14staging: r8188eu: remove unused fields in struct recv_bufAbdun Nihaal
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter
2022-02-17staging: r8188eu: remove DBG_88E calls from hal subdirPhillip Potter
2022-02-04staging: r8188eu: remove UsbRxAggMode from struct hal_data_8188eMichael Straube
2022-01-03staging: r8188eu: IntArray and C2hArray are set but never usedMichael Straube
2021-12-09staging: r8188eu: convert type of HalData in struct adapterMichael Straube
2021-12-03staging: r8188eu: require a single bulk in endpointMartin Kaiser
2021-12-03staging: r8188eu: get the rcv bulk pipe handle directlyMartin Kaiser
2021-12-03staging: r8188eu: only the bulk in ep is used for network dataMartin Kaiser
2021-12-03staging: r8188eu: rtw_read_port needs no cnt parameterMartin Kaiser
2021-10-25staging: r8188eu: wifi_error_status is write-onlyMartin Kaiser
2021-10-25staging: r8188eu: remove unused local variableSaurav Girepunje
2021-10-10staging: r8188eu: chip_type is write-onlyMartin Kaiser
2021-10-10staging: r8188eu: HardwareType is write-onlyMartin Kaiser
2021-09-27staging: r8188eu: remove mutex 'usb_vendor_req_mutex'Pavel Skripkin
2021-09-27staging: r8188eu: remove shared buffer for USB requestsPavel Skripkin
2021-09-27staging: r8188eu: call new usb_write() from rtw_write{8,16,32,N}()Fabio M. De Francesco
2021-09-27staging: r8188eu: call new usb_read() from rtw_read{8,16,32}()Fabio M. De Francesco
2021-09-27staging: r8188eu: Remove a test from usbctrl_vendorreq()Fabio M. De Francesco
2021-09-27staging: r8188eu: change the type of a variable in rtw_read16()Fabio M. De Francesco
2021-09-27staging: r8188eu: remove a bitwise AND from rtw_writeN()Fabio M. De Francesco
2021-09-27staging: r8188eu: remove a buffer from rtw_writeN()Fabio M. De Francesco
2021-09-27staging: r8188eu: change the type of a variable in rtw_write16()Fabio M. De Francesco
2021-09-27staging: r8188eu: remove casts from rtw_{read,write}*()Fabio M. De Francesco
2021-09-27staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()Fabio M. De Francesco