aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-15staging: r8188eu: fix a memory leak in rtw_wx_read32()Dan Carpenter1-1/+7
2021-11-15staging: r8188eu: use GFP_ATOMIC under spinlockMichael Straube1-1/+1
2021-10-30staging: r8188eu: fix missing unlock in rtw_resume()Yang Yingliang1-1/+3
2021-10-25staging: r8188eu: remove the sreset_priv structureMartin Kaiser2-10/+2
2021-10-25staging: r8188eu: remove last_tx_complete_timeMartin Kaiser1-4/+0
2021-10-25staging: r8188eu: wifi_error_status is write-onlyMartin Kaiser1-4/+2
2021-10-24staging: r8188eu: Use a Mutex instead of a binary SemaphoreFabio M. De Francesco2-12/+4
2021-10-22staging: r8188eu: Use memdup_user instead of kmalloc/copy_from_userWan Jiabing1-8/+3
2021-10-20staging: r8188eu: fix memleak in rtw_wx_set_enc_extMartin Kaiser1-2/+3
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski2-2/+2
2021-10-19staging: r8188eu: Use completions for signaling enqueueingFabio M. De Francesco1-1/+1
2021-10-19staging: r8188eu: Use completions for signaling start / end kthreadFabio M. De Francesco1-2/+4
2021-10-19staging: r8188eu: fix a gcc warningMichael Straube1-1/+1
2021-10-13staging: r8188eu: Use zeroing allocator in wpa_set_encryption()Gustavo A. R. Silva1-2/+1
2021-10-13staging: r8188eu: remove rtl8188e_deinit_dm_privMartin Kaiser1-2/+0
2021-10-13staging: r8188eu: remove specific device tableMartin Kaiser1-29/+0
2021-10-13staging: r8188eu: remove an unused defineMartin Kaiser1-2/+0
2021-10-10staging: r8188eu: rename rtl8188eu_set_hal_ops()Michael Straube1-2/+2
2021-10-10staging: r8188eu: remove GetHwRegHandler from hal_opsMichael Straube1-2/+2
2021-10-10staging: r8188eu: remove SetHwRegHandler from hal_opsMichael Straube2-2/+2
2021-10-10staging: r8188eu: interface type is always usbMartin Kaiser1-3/+0
2021-10-10staging: r8188eu: chip_type is write-onlyMartin Kaiser1-7/+0
2021-10-05staging: r8188eu: Use kmemdup() to replace kmalloc + memcpyKai Song1-2/+1
2021-10-05staging: r8188eu: remove rtl8188e_silentreset_for_specific_platform()Michael Straube1-6/+0
2021-10-05staging: r8188eu: remove inirp_deinit from struct hal_opsMichael Straube1-1/+1
2021-10-05staging: r8188eu: remove inirp_init from struct hal_opsMichael Straube1-1/+1
2021-10-05staging: r8188eu: remove GetHalDefVarHandler from struct hal_opsMichael Straube1-2/+2
2021-10-05staging: r8188eu: remove SetHalDefVarHandler from struct hal_opsMichael Straube1-3/+3
2021-10-05staging: r8188eu: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-09-27staging: r8188eu: remove mutex 'usb_vendor_req_mutex'Pavel Skripkin1-24/+0
2021-09-27staging: r8188eu: remove shared buffer for USB requestsPavel Skripkin1-13/+1
2021-09-27staging: r8188eu: remove rtw_proc_{init,remove}_one()Michael Straube3-342/+0
2021-09-27staging: r8188eu: remove rtw_os_read_port()Michael Straube1-14/+0
2021-09-27staging: r8188eu: remove rtw_cbuf_full()Michael Straube1-11/+0
2021-09-27staging: r8188eu: remove rtw_cbuf_push()Michael Straube1-21/+0
2021-09-27staging: r8188eu: remove rtw_atoi()Michael Straube1-17/+0
2021-09-20staging: r8188eu: Remove mp, a.k.a. manufacturing process, codeLarry Finger3-2109/+5
2021-09-18staging: r8188eu: remove rtw_hw_resumeMartin Kaiser1-39/+0
2021-09-18staging: r8188eu: brfoffbyhw is always falseMartin Kaiser2-8/+0
2021-09-17staging: r8188eu: remove core/rtw_io.cPavel Skripkin1-1/+7
2021-09-17staging: r8188eu: remove the helpers of usb_write_port_cancel()Pavel Skripkin1-2/+1
2021-09-17staging: r8188eu: remove the helpers of usb_read_port_cancel()Pavel Skripkin1-4/+2
2021-09-17staging: r8188eu: remove the helpers of usb_write_port()Pavel Skripkin1-2/+1
2021-09-17staging: r8188eu: remove usb_{read,write}_mem()Pavel Skripkin1-8/+0
2021-09-14staging: r8188eu: _free_pwrlock is emptyMartin Kaiser1-2/+0
2021-09-13staging: r8188eu: core: remove unused function rtw_set_tx_chksum_offloadSaurav Girepunje1-4/+0
2021-09-13staging: r8188eu: remove macro GET_EEPROM_EFUSE_PRIVMichael Straube1-2/+2
2021-09-13staging: r8188eu: remove rtw_hw_suspendMartin Kaiser1-59/+0
2021-09-13staging: r8188eu: make _rtw_init_queue a macroPavel Skripkin1-6/+0
2021-09-13staging: r8188eu: remove write_rfreg from struct hal_opsMichael Straube1-3/+3