summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)Author
2022-11-08staging: rtl8723bs: replace underutilized struct by array variableDeepak R Varma
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma
2022-10-31staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri
2022-10-22staging: rtl8723bs: use tab instead of spaces for indentEmily Peri
2022-10-22staging: rtl8723bs: add newline after variable declarationEmily Peri
2022-10-22staging: rtl8723bs: remove tab in variable definitionEmily Peri
2022-10-20staging: rtl8723bs: remove unnecessary parenthesisEmily Peri
2022-10-20staging: rtl8723bs: align block comment starsEmily Peri
2022-10-20staging: rtl8723bs: Removed extra tabs in conditional statementsEmily Peri
2022-10-20staging: rtl8723bs: Remove redundant initialization of variable efuseValueColin Ian King
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul
2022-09-24staging: rtl8723bs: Fix coding style issue in block commentKang Minchul
2022-09-24staging: rtl8723bs: Insert blank line after declarationsKang Minchul
2022-09-24staging: rtl8723bs: remove braces in single statement blocksKang Minchul
2022-09-24staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang
2022-09-24staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()Xiaoke Wang
2022-09-09staging: rtl8723bs: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao
2022-09-09staging: rtl8723bs: remove IsHexDigitNam Cao
2022-09-09staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_planNam Cao
2022-09-09staging: rtl8723bs: remove hal_btcoex_SetManualControlNam Cao
2022-09-09staging: rtl8723bs: remove GetHexValueFromStringNam Cao
2022-09-09staging: rtl8723bs: remove odm_PauseDIGNam Cao
2022-09-09staging: rtl8723bs: delete rtw_odm.c and rtw_odm.hNam Cao
2022-09-09staging: rtl8723bs: remove rtw_change_ifnameNam Cao
2022-09-09staging: rtl8723bs: delete function rtw_set_chplan_cmdNam Cao
2022-09-09staging: rtl8723bs: delete rtw_setdatarate_cmdNam Cao
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam
2022-08-23staging: rtl8723bs: remove odm_NoiseMonitor.h and odm_NoiseMonitor.cNam Cao
2022-08-23staging: rtl8723bs: remove member noise_level from struct dm_odm_tNam Cao
2022-08-23staging: rtl8723bs: remove unused function ODM_InbandNoise_MonitorNam Cao
2022-08-23staging: rtl8723bs: remove static const variable odm_comp_strNam Cao
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_setNam Cao
2022-08-23staging: rtl8723bs: remove function rtw_odm_adaptivity_parm_msgNam Cao
2022-08-23staging: rtl8723bs: remove function IsCommentStringNam Cao
2022-08-23staging: rtl8723bs: remove function GetFractionValueFromStringNam Cao
2022-08-23staging: rtl8723bs: remove function rtw_odm_ability_setNam Cao
2022-08-23staging: rtl8723bs: remove function rtw_get_ch_setting_unionNam Cao
2022-08-23staging: rtl8723bs: remove function rtw_odm_dbg_comp_msgNam Cao
2022-08-16staging/rtl8723bs/core: remove inactive initializationLi zeming
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam