aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-08staging: rtl8723bs: remove header rtw_ioctl.hMichael Straube2-73/+0
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: Change rtw_ndev_notifier_call message to dbgChris Morgan1-1/+1
2022-04-04staging: rtl8723bs: Remove redundant else branches.Sevinj Aghayeva1-19/+13
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-120/+75
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds2-2/+2
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-Hartman6-26/+39
2022-03-02staging: rtl8723bs: Improve the comment explaining the locking rulesHans de Goede1-2/+6
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede5-24/+33
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-01-25Staging: rtl8723bs: Inserting blank line after declarationJagath Jog J1-0/+5
2022-01-25Staging: rtl8723bs: Removed extra spaces between datatype and variableJagath Jog J1-28/+26
2022-01-25Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J1-66/+32
2022-01-25staging: rtl8723bs: Drop get_recvframe_data()Kees Cook3-16/+9
2022-01-25staging: rtl8723bs: remove redundant result variableMinghao Chi1-5/+1
2021-12-28staging: rtl8723bs: removed unused if blocksIsmayil Mirzali1-5/+0
2021-12-20staging: rtl8723bs: fix typo in a commentJason Wang1-1/+1
2021-11-15staging: rtl8723bs: core: avoid unnecessary if conditionSaurav Girepunje1-2/+1
2021-11-15staging: rtl8723bs: core: remove unused local variable padapterSaurav Girepunje1-5/+2
2021-11-15staging: rtl8723bs: core: remove unused variable pAdapterSaurav Girepunje1-5/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-5/+3
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds19-313/+256
2021-10-30staging: rtl8723bs: hal remove the assignment to itselfSaurav Girepunje1-12/+0
2021-10-30staging: rtl8723bs: fix unmet dependency on CRYPTO for CRYPTO_LIB_ARC4Julian Braha1-0/+1
2021-10-29exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman4-5/+3
2021-10-24staging: rtl8723bs: core: Remove unnecessary blank linesKushal Kothari1-26/+0
2021-10-24staging: rtl8723bs: core: Remove unnecessary space after a castKushal Kothari1-5/+5
2021-10-24staging: rtl8723bs: core: Remove unnecessary parenthesesKushal Kothari1-21/+21
2021-10-24staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-11/+11
2021-10-20staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-9/+8
2021-10-20staging: rtl: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski2-2/+2
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-3/+3