summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorLines
2023-04-05staging: rtl8723bs: indent with tab, align with spaceDaniel Watson-23/+26
2023-03-29staging: rtl8723bs: conform if's braces to kernel styleDaniel Watson-6/+3
2023-03-25staging: rtl8723bs: remove hal_btcoex_SetChipType()Michael Straube-10/+0
2023-03-22staging: rtl8723bs: use inline functions for dvobj_to_devMenna Mahmoud-1/+5
2023-03-16staging: rtl8723bs: rtw_get_raw_rssi_info() is not usedMichael Straube-33/+0
2023-03-16staging: rtl8723bs: linked_info_dump() is not usedMichael Straube-22/+0
2023-03-16staging: rtl8723bs: isAllSpaceOrTab() is not usedMichael Straube-17/+0
2023-03-16staging: rtl8723bs: ParseQualifiedString() is not usedMichael Straube-27/+0
2023-03-16staging: rtl8723bs: MapCharToHexDigit() is not usedMichael Straube-18/+0
2023-03-13Merge 6.3-rc2 into staging-nextGreg Kroah-Hartman-34/+39
2023-03-08staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede-3/+3
2023-03-08staging: rtl8723bs: Fix key-store index handlingHans de Goede-31/+36
2023-03-08drivers: staging: rtl8723bs: Remove pmlmepriv->num_of_scannedHans de Goede-17/+0
2023-03-08drivers: staging: rtl8723bs: Remove unused clr_fwstate() functionHans de Goede-12/+0
2023-03-08drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede-2/+2
2023-03-08drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede-2/+2
2023-01-17staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesAnup Sharma-7/+7
2022-11-08staging: rtl8723bs: replace underutilized struct by array variableDeepak R Varma-20/+13
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma-12/+5
2022-10-31staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri-1/+1
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri-21/+19
2022-10-22staging: rtl8723bs: use tab instead of spaces for indentEmily Peri-1/+1
2022-10-22staging: rtl8723bs: add newline after variable declarationEmily Peri-0/+1
2022-10-22staging: rtl8723bs: remove tab in variable definitionEmily Peri-1/+1
2022-10-20staging: rtl8723bs: remove unnecessary parenthesisEmily Peri-1/+1
2022-10-20staging: rtl8723bs: align block comment starsEmily Peri-5/+5
2022-10-20staging: rtl8723bs: Removed extra tabs in conditional statementsEmily Peri-6/+6
2022-10-20staging: rtl8723bs: Remove redundant initialization of variable efuseValueColin Ian King-1/+1
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-910/+119
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul-0/+2
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul-40/+40
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul-6/+6
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul-6/+6
2022-09-24staging: rtl8723bs: Fix coding style issue in block commentKang Minchul-16/+6
2022-09-24staging: rtl8723bs: Insert blank line after declarationsKang Minchul-0/+6
2022-09-24staging: rtl8723bs: remove braces in single statement blocksKang Minchul-11/+5
2022-09-24staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()Xiaoke Wang-10/+6
2022-09-24staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()Xiaoke Wang-29/+31
2022-09-09staging: rtl8723bs: Fix return type for implementation of ndo_start_xmitGUO Zihua-3/+3
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua-12/+8
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao-18/+0
2022-09-09staging: rtl8723bs: remove IsHexDigitNam Cao-21/+0
2022-09-09staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_planNam Cao-7/+0
2022-09-09staging: rtl8723bs: remove hal_btcoex_SetManualControlNam Cao-6/+0
2022-09-09staging: rtl8723bs: remove GetHexValueFromStringNam Cao-47/+0
2022-09-09staging: rtl8723bs: remove odm_PauseDIGNam Cao-59/+0
2022-09-09staging: rtl8723bs: delete rtw_odm.c and rtw_odm.hNam Cao-142/+0
2022-09-09staging: rtl8723bs: remove rtw_change_ifnameNam Cao-52/+0
2022-09-09staging: rtl8723bs: delete function rtw_set_chplan_cmdNam Cao-57/+0
2022-09-09staging: rtl8723bs: delete rtw_setdatarate_cmdNam Cao-30/+0