summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie2023-08-225-24/+24
* staging: rtl8723bs: use is_broadcast_ether_addr() instead of memcmp()Yang Yingliang2023-08-043-10/+5
* staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang2023-08-042-8/+7
* drivers: staging: rtl8723bs: Remove pmlmepriv->num_of_scannedHans de Goede2023-03-081-9/+0
* drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede2023-03-081-2/+2
* drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede2023-03-081-2/+2
* staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma2022-11-081-8/+4
* staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri2022-10-254-21/+19
* staging: rtl8723bs: use tab instead of spaces for indentEmily Peri2022-10-221-1/+1
* staging: rtl8723bs: add newline after variable declarationEmily Peri2022-10-221-0/+1
* staging: rtl8723bs: remove tab in variable definitionEmily Peri2022-10-221-1/+1
* staging: rtl8723bs: remove unnecessary parenthesisEmily Peri2022-10-201-1/+1
* staging: rtl8723bs: align block comment starsEmily Peri2022-10-201-5/+5
* staging: rtl8723bs: Removed extra tabs in conditional statementsEmily Peri2022-10-201-6/+6
* staging: rtl8723bs: Remove redundant initialization of variable efuseValueColin Ian King2022-10-201-1/+1
* staging: rtl8723bs: Fix coding style issue in block commentKang Minchul2022-09-241-16/+6
* staging: rtl8723bs: Insert blank line after declarationsKang Minchul2022-09-241-0/+6
* staging: rtl8723bs: remove braces in single statement blocksKang Minchul2022-09-241-11/+5
* staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang2022-09-241-10/+6
* staging: rtl8723bs: remove rtw_is_wps_ieNam Cao2022-09-091-17/+0
* staging: rtl8723bs: delete rtw_odm.c and rtw_odm.hNam Cao2022-09-091-116/+0
* staging: rtl8723bs: delete function rtw_set_chplan_cmdNam Cao2022-09-091-55/+0
* staging: rtl8723bs: delete rtw_setdatarate_cmdNam Cao2022-09-091-29/+0
* staging: rtl8723bs: remove static const variable odm_comp_strNam Cao2022-08-231-35/+0
* staging: rtl8723bs: remove function rtw_odm_dbg_comp_setNam Cao2022-08-231-5/+0
* staging: rtl8723bs: remove function rtw_odm_adaptivity_parm_msgNam Cao2022-08-231-18/+0
* staging: rtl8723bs: remove function rtw_odm_ability_setNam Cao2022-08-231-5/+0
* staging: rtl8723bs: remove function rtw_get_ch_setting_unionNam Cao2022-08-231-21/+0
* staging: rtl8723bs: remove function rtw_odm_dbg_comp_msgNam Cao2022-08-231-16/+0
* staging/rtl8723bs/core: remove inactive initializationLi zeming2022-08-161-1/+1
* staging: rtl8723bs: remove trailing whitespaceDaniel Watson2022-06-201-1/+1
* staging: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi2022-05-191-11/+13
* drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()Duoming Zhou2022-04-131-2/+4
* drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()Duoming Zhou2022-04-131-2/+4
* staging: rtl8723bs: fix indentationSevinj Aghayeva2022-04-071-11/+3
* staging: rtl8723bs: remove space after function nameSevinj Aghayeva2022-04-051-1/+1
* staging: rtl8723bs: remove redundant else branchesSevinj Aghayeva2022-04-051-33/+31
* staging: rtl8723bs: remove return from a function returning voidSevinj Aghayeva2022-04-051-7/+2
* staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva2022-04-051-52/+27
* staging: rtl8723bs: combine both sides of conditional statementRebecca Mckeever2022-04-051-6/+2
* staging: rtl8723bs: remove handlerOS independent commentRebecca Mckeever2022-04-051-2/+0
* staging: rtl8723bs: simplify control flowSevinj Aghayeva2022-04-051-14/+4
* staging: rtl8723bs: simplify control flowSevinj Aghayeva2022-04-041-21/+7
* staging: rtl8723bs: refactor rtw_ch2freq()Michael Straube2022-04-041-22/+18
* staging: rtl8723bs: remove 5 GHz channels from ch_freq_mapMichael Straube2022-04-041-16/+0
* staging: rtl8723bs: Fix No space before tabsAlaa Mohamed2022-04-041-27/+27
* staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva2022-04-041-8/+4
* staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva2022-04-041-16/+16
* staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva2022-04-041-5/+5
* staging: rtl8723bs: remove code suspect indentAlaa Mohamed2022-04-041-1/+1