aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/core/rtw_pwrctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30staging: r8188eu: use time_after_eq(a,b) to replace "a>=b"Yu Zhe1-1/+1
2022-07-31staging: r8188eu: fix potential uninitialised variable use in rtw_pwrctrl.cPhillip Potter1-3/+3
2022-07-29staging: r8188eu: remove initializer from ret in rtw_pwr_wakeupPhillip Potter1-1/+1
2022-07-27staging: r8188eu: convert rtw_pwr_wakeup to correct error code semanticsPhillip Potter1-5/+5
2022-06-27staging: r8188eu: remove rtw_usleep_osMartin Kaiser1-1/+1
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-1/+8
2022-05-19staging: r8188eu: fix warnings in rtw_pwrctrlVihas Makwana1-6/+6
2022-04-14staging: r8188eu: remove the bInSuspend loopMartin Kaiser1-4/+0
2022-04-14staging: r8188eu: clean up the code to set ips_deny_timeMartin Kaiser1-9/+4
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-12staging: r8188eu: improve timeout handling in LPS_RF_ON_checkMartin Kaiser1-3/+2
2022-04-12staging: r8188eu: make LPS_RF_ON_check staticMartin Kaiser1-1/+1
2022-04-12staging: r8188eu: remove HW_VAR_H2C_FW_PWRMODEMichael Straube1-4/+15
2022-04-05staging: r8188eu: remove unncessary ternary operatorMichael Straube1-2/+2
2022-04-04staging: r8188eu: pwr_state_check_cnts is always zeroMichael Straube1-3/+1
2022-04-04staging: r8188eu: clean up comment for rtw_pwr_wakeup()Michael Straube1-6/+1
2022-04-04staging: r8188eu: remove macro rtw_pwr_wakeup()Michael Straube1-1/+1
2022-04-04staging: r8188eu: remove constant parameter from _rtw_pwr_wakeup()Michael Straube1-2/+5
2022-04-04staging: r8188eu: remove unused parameter from _rtw_pwr_wakeup()Michael Straube1-1/+1
2022-04-04staging: r8188eu: remove HW_VAR_FWLPS_RF_ON from GetHwReg8188EU()Michael Straube1-3/+16
2022-03-14staging: r8188eu: mark PS_RDY_CHECK as boolVihas Makwana1-1/+1
2022-02-17staging: r8188eu: correct long line warnings near prior DBG_88E callsPhillip Potter1-1/+2
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-12/+2
2022-02-17staging: r8188eu: remove DBG_88E calls from core subdirPhillip Potter1-26/+4
2022-02-17staging: r8188eu: remove previously converted DBG_88E_LEVEL callsPhillip Potter1-8/+0
2022-01-03staging: r8188eu: internal autosuspend is always falseMartin Kaiser1-8/+1
2021-12-03staging: r8188eu: convert DBG_88E_LEVEL calls in core/rtw_pwrctrl.cPhillip Potter1-5/+8
2021-10-24staging: r8188eu: Use a Mutex instead of a binary SemaphoreFabio M. De Francesco1-5/+5
2021-10-10staging: r8188eu: remove GetHwRegHandler from hal_opsMichael Straube1-1/+1
2021-10-10staging: r8188eu: remove SetHwRegHandler from hal_opsMichael Straube1-2/+2
2021-09-20staging: r8188eu: Remove mp, a.k.a. manufacturing process, codeLarry Finger1-7/+1
2021-09-14staging: r8188eu: rtw_set_ips_deny is not usedMartin Kaiser1-6/+0
2021-09-14staging: r8188eu: _free_pwrlock is emptyMartin Kaiser1-8/+0
2021-09-14staging: r8188eu: remove rtw_set_rpwmMartin Kaiser1-34/+0
2021-09-13staging: r8188eu: bHWPwrPindetect is always falseMartin Kaiser1-20/+0
2021-09-13staging: r8188eu: remove write-only variable togMartin Kaiser1-4/+0
2021-09-13staging: r8188eu: remove write-only variable cpwmMartin Kaiser1-5/+0
2021-09-13staging: r8188eu: setting HW_VAR_SET_RPWM does nothingMartin Kaiser1-5/+0
2021-09-13staging: r8188eu: btcoex_rfon is always falseMartin Kaiser1-7/+0
2021-09-13staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}Larry Finger1-19/+0
2021-09-13staging: r8188eu: remove unused function rtw_interface_ps_func()Michael Straube1-8/+0
2021-08-18staging: r8188eu: clean up comparsions to falseMichael Straube1-7/+7
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_pwrctrl.cMichael Straube1-8/+8
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_pwrctrl.cMichael Straube1-10/+10
2021-08-05staging: r8188eu: Remove wrapper routine rtw_msleep_os()Larry Finger1-2/+2
2021-08-05staging: r8188eu: Remove unnecessary parenthesesNathan Chancellor1-1/+1