summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
AgeCommit message (Expand)AuthorFilesLines
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma1-8/+4
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri4-21/+19
2022-10-22staging: rtl8723bs: use tab instead of spaces for indentEmily Peri1-1/+1
2022-10-22staging: rtl8723bs: add newline after variable declarationEmily Peri1-0/+1
2022-10-22staging: rtl8723bs: remove tab in variable definitionEmily Peri1-1/+1
2022-10-20staging: rtl8723bs: remove unnecessary parenthesisEmily Peri1-1/+1
2022-10-20staging: rtl8723bs: align block comment starsEmily Peri1-5/+5
2022-10-20staging: rtl8723bs: Removed extra tabs in conditional statementsEmily Peri1-6/+6
2022-10-20staging: rtl8723bs: Remove redundant initialization of variable efuseValueColin Ian King1-1/+1
2022-09-24staging: rtl8723bs: Fix coding style issue in block commentKang Minchul1-16/+6
2022-09-24staging: rtl8723bs: Insert blank line after declarationsKang Minchul1-0/+6
2022-09-24staging: rtl8723bs: remove braces in single statement blocksKang Minchul1-11/+5
2022-09-24staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang1-10/+6
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao1-17/+0
2022-09-09staging: rtl8723bs: delete rtw_odm.c and rtw_odm.hNam Cao1-116/+0
2022-09-09staging: rtl8723bs: delete function rtw_set_chplan_cmdNam Cao1-55/+0
2022-09-09staging: rtl8723bs: delete rtw_setdatarate_cmdNam Cao1-29/+0
2022-08-23staging: rtl8723bs: remove static const variable odm_comp_strNam Cao1-35/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_setNam Cao1-5/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_adaptivity_parm_msgNam Cao1-18/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_ability_setNam Cao1-5/+0
2022-08-23staging: rtl8723bs: remove function rtw_get_ch_setting_unionNam Cao1-21/+0
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_msgNam Cao1-16/+0
2022-08-16staging/rtl8723bs/core: remove inactive initializationLi zeming1-1/+1
2022-06-20staging: rtl8723bs: remove trailing whitespaceDaniel Watson1-1/+1
2022-05-19staging: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi1-11/+13
2022-04-13drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()Duoming Zhou1-2/+4
2022-04-13drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()Duoming Zhou1-2/+4
2022-04-07staging: rtl8723bs: fix indentationSevinj Aghayeva1-11/+3
2022-04-05staging: rtl8723bs: remove space after function nameSevinj Aghayeva1-1/+1
2022-04-05staging: rtl8723bs: remove redundant else branchesSevinj Aghayeva1-33/+31
2022-04-05staging: rtl8723bs: remove return from a function returning voidSevinj Aghayeva1-7/+2
2022-04-05staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-52/+27
2022-04-05staging: rtl8723bs: combine both sides of conditional statementRebecca Mckeever1-6/+2
2022-04-05staging: rtl8723bs: remove handlerOS independent commentRebecca Mckeever1-2/+0
2022-04-05staging: rtl8723bs: simplify control flowSevinj Aghayeva1-14/+4
2022-04-04staging: rtl8723bs: simplify control flowSevinj Aghayeva1-21/+7
2022-04-04staging: rtl8723bs: refactor rtw_ch2freq()Michael Straube1-22/+18
2022-04-04staging: rtl8723bs: remove 5 GHz channels from ch_freq_mapMichael Straube1-16/+0
2022-04-04staging: rtl8723bs: Fix No space before tabsAlaa Mohamed1-27/+27
2022-04-04staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-8/+4
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-16/+16
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-5/+5
2022-04-04staging: rtl8723bs: remove code suspect indentAlaa Mohamed1-1/+1
2022-04-04staging: rtl8723bs: Remove redundant else branches.Sevinj Aghayeva1-19/+13
2022-03-14staging: rtl8723bs: Use min() instead of doing it manuallyHaowen Bai1-4/+1
2022-03-14staging: rtl8723bs: fix typos in commentsJulia Lawall1-1/+1
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman4-24/+31
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede4-24/+31
2022-01-25Staging: rtl8723bs: Removed extra spaces between datatype and variableJagath Jog J1-28/+26