aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2022-04-14staging: r8188eu: remove the bInSuspend loopMartin Kaiser1-4/+0
2022-04-14staging: r8188eu: clean up the code to set ips_deny_timeMartin Kaiser4-16/+5
2022-04-14staging: r8188eu: use kernel functions for timeout handlingMartin Kaiser1-3/+3
2022-04-14staging: r8188eu: summarize two if statementsMartin Kaiser1-5/+4
2022-04-14staging: r8188eu: simplify the ps_processing checkMartin Kaiser1-4/+2
2022-04-14staging: r8188eu: make return values consistentMartin Kaiser1-4/+2
2022-04-14staging: r8188eu: simplify delay conditions in rtw_pwr_wakeupMartin Kaiser1-6/+2
2022-04-13staging: r8188eu: clean up long lines in block_write()Michael Straube1-4/+14
2022-04-13staging: r8188eu: remove unneeded initializationsMichael Straube1-1/+1
2022-04-13staging: r8188eu: reduce variables in block_write()Michael Straube1-25/+18
2022-04-13staging: r8188eu: change void parameters to u8Michael Straube1-10/+8
2022-04-13staging: r8188eu: rename parameter of block_write()Michael Straube1-3/+3
2022-04-13staging: r8188eu: correct macro spelling mistakeMichael Straube1-2/+2
2022-04-13drivers: staging: rtl8192eu: Fix deadlock in rtw_joinbss_event_prehandleDuoming Zhou1-2/+4
2022-04-13staging: r8188eu: add space around operatorsMahak Gupta1-29/+29
2022-04-13staging: r8188eu: remove else after return and break statementsMahak Gupta1-24/+17
2022-04-12staging: r8188eu: improve timeout handling in efuse_read_phymap_from_txpktbufMartin Kaiser1-4/+3
2022-04-12staging: r8188eu: improve timeout handling in iol_executeMartin Kaiser1-4/+3
2022-04-12staging: r8188eu: improve timeout handling in LPS_RF_ON_checkMartin Kaiser1-3/+2
2022-04-12staging: r8188eu: make LPS_RF_ON_check staticMartin Kaiser2-2/+1
2022-04-12staging: r8188eu: improve timeout handling in rtw_check_join_candidateMartin Kaiser1-1/+3
2022-04-12staging: r8188eu: improve timeout handling in rtl8188e_firmware_downloadMartin Kaiser1-3/+3
2022-04-12staging: r8188eu: summarize two if statementsMartin Kaiser1-3/+1
2022-04-12staging: r8188eu: remove unnecessary rtw_get_passing_time_ms callMartin Kaiser1-3/+0
2022-04-12staging: r8188eu: no need for an else after returnMartin Kaiser1-5/+3
2022-04-12staging: r8188eu: remove HW_VAR_H2C_FW_PWRMODEMichael Straube5-18/+18
2022-04-12staging: r8188eu: remove HW_VAR_FIFO_CLEARN_UPMichael Straube3-28/+28
2022-04-12staging: r8188eu: remove HW_VAR_MLME_JOINMichael Straube3-46/+46
2022-04-12staging: r8188eu: remove HW_VAR_INITIAL_GAINMichael Straube3-23/+21
2022-04-12staging: r8188eu: convert else if to else in rtw_led.cMichael Straube1-2/+2
2022-04-08staging: r8188eu: remove SetHalDefVar8188EUsb()Michael Straube3-44/+34
2022-04-08staging: r8188eu: clean up rtw_ioctl.hMichael Straube1-79/+0
2022-04-08staging: r8188eu: remove header usb_vendor_req.hMichael Straube3-37/+0
2022-04-08staging: r8188eu: remove unused prototype usbvendorrequest()Michael Straube1-3/+0
2022-04-08staging: r8188eu: remove unused enums from odm.hMichael Straube1-29/+0
2022-04-08staging: r8188eu: remove unused fields from struct eeprom_privMichael Straube1-3/+0
2022-04-08staging: r8188eu: ROMVer is always zeroMichael Straube3-3/+1
2022-04-08staging: r8188eu: move struct rt_firmware to rtw_fw.hMichael Straube2-5/+6
2022-04-08staging: r8188eu: remove unused macros from basic_types.hMichael Straube1-72/+1
2022-04-07staging: r8188eu: use sizeof(*pvar) for allocating structsRebecca Mckeever1-34/+34
2022-04-07staging: r8188eu: correct misspelling in comment 'tppe' -> 'type'Rebecca Mckeever1-1/+1
2022-04-07staging: r8188eu: remove extra 'the'Rebecca Mckeever1-1/+1
2022-04-07staging: r8188eu: format comments in drivers/net styleRebecca Mckeever1-6/+3
2022-04-07staging: r8188eu: remove unused _RND* from osdep_service.hMichael Straube1-18/+0
2022-04-07staging: r8188eu: use round_up() instead of _RND128()Michael Straube2-9/+1
2022-04-07staging: r8188eu: use round_up() instead of _RND8()Michael Straube2-11/+3
2022-04-07staging: r8188eu: use round_up() instead of _RND4()Michael Straube2-9/+1
2022-04-07staging: r8188eu: use PTR_ALIGN() instead of RND4()Michael Straube4-10/+6
2022-04-05staging: r8188eu: drop redundant if check in IS_MCASTVihas Makwana1-4/+1
2022-04-05staging: r8188eu: remove GetHalDefVar8188EUsb()Michael Straube3-22/+1