summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2023-06-20staging: rtl8723bs: Fix blank line issuesFranziska Naepelt1-46/+0
2023-06-20staging: rtl8723bs: Fix block comment issueFranziska Naepelt1-5/+5
2023-06-20staging: rtl8723bs: Fix indentation issuesFranziska Naepelt1-3/+3
2023-05-28staging: rtl8723bs: replace ternary operator with if-else blockAtin Bainada1-1/+4
2023-05-08staging: rtl8723bs: use tabs for indentationDaniel Watson1-13/+13
2023-04-05staging: rtl8723bs: indent with tab, align with spaceDaniel Watson1-23/+26
2023-03-29staging: rtl8723bs: conform if's braces to kernel styleDaniel Watson1-6/+3
2023-03-25staging: rtl8723bs: remove hal_btcoex_SetChipType()Michael Straube3-10/+0
2023-03-22staging: rtl8723bs: use inline functions for dvobj_to_devMenna Mahmoud1-1/+5
2023-03-16staging: rtl8723bs: rtw_get_raw_rssi_info() is not usedMichael Straube2-33/+0
2023-03-16staging: rtl8723bs: linked_info_dump() is not usedMichael Straube2-22/+0
2023-03-16staging: rtl8723bs: isAllSpaceOrTab() is not usedMichael Straube2-17/+0
2023-03-16staging: rtl8723bs: ParseQualifiedString() is not usedMichael Straube2-27/+0
2023-03-16staging: rtl8723bs: MapCharToHexDigit() is not usedMichael Straube2-18/+0
2023-03-13Merge 6.3-rc2 into staging-nextGreg Kroah-Hartman3-34/+39
2023-03-08staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede1-3/+3
2023-03-08staging: rtl8723bs: Fix key-store index handlingHans de Goede3-31/+36
2023-03-08drivers: staging: rtl8723bs: Remove pmlmepriv->num_of_scannedHans de Goede2-17/+0
2023-03-08drivers: staging: rtl8723bs: Remove unused clr_fwstate() functionHans de Goede1-12/+0
2023-03-08drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede1-2/+2
2023-03-08drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede1-2/+2
2023-01-17staging: rtl8723bs: hal: Fix codespell-reported spelling mistakesAnup Sharma1-7/+7
2022-11-08staging: rtl8723bs: replace underutilized struct by array variableDeepak R Varma2-20/+13
2022-11-08staging: rtl8723bs: Use min/max macros for variable comparisonDeepak R Varma2-12/+5
2022-10-31staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri1-1/+1
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-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-910/+119
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul1-0/+2
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul1-40/+40
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul1-6/+6
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul1-6/+6
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-24staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()Xiaoke Wang1-29/+31
2022-09-09staging: rtl8723bs: Fix return type for implementation of ndo_start_xmitGUO Zihua2-3/+3
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua3-12/+8
2022-09-09staging: rtl8723bs: remove rtw_is_wps_ieNam Cao2-18/+0
2022-09-09staging: rtl8723bs: remove IsHexDigitNam Cao2-21/+0
2022-09-09staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_planNam Cao2-7/+0
2022-09-09staging: rtl8723bs: remove hal_btcoex_SetManualControlNam Cao2-6/+0
2022-09-09staging: rtl8723bs: remove GetHexValueFromStringNam Cao2-47/+0