aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-12staging: rtl8723bs: core: add blank line after variable declarationPhilippe Dixon1-16/+20
2021-06-12staging: rtl8723bs: os_dep: Remove conditions with no effectsFabio M. De Francesco1-10/+2
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto7-28/+28
2021-06-09staging: rtl8723bs: hal: Delete tests with no effectsFabio M. De Francesco1-10/+2
2021-06-03staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcodeYu Kuai1-12/+1
2021-05-27staging: rtl8723bs: remove the repeated declarationShaokun Zhang2-2/+0
2021-05-27Staging: rtl8723bs: fixed a blank coding styleDonggyu Kim1-0/+1
2021-05-25staging: rtl8723bs: remove sd_f0_read8()Bryan Brattlof4-39/+0
2021-05-25staging: rtl8723bs: fix suspect indentsShreyansh Chouhan1-25/+25
2021-05-25staging: rtl8723bs: remove unnecessary braces from conditionalsShreyansh Chouhan1-18/+17
2021-05-25staging: rtl8723bs: refactor to reduce indentsShreyansh Chouhan1-52/+56
2021-05-25staging: rtl8723bs: core: rtw_mlme_ext.c: Remove set but unused variableFabio M. De Francesco1-4/+1
2021-05-25staging: rtl8723bs: hal: Remove set but unused variablesFabio M. De Francesco1-6/+3
2021-05-25staging: rtl8723bs: moved contexts for arc4 encryption in struct security_privFabio Aiuto2-21/+23
2021-05-20staging: rtl8723bs: rename get_ra() due to global symbol collisionGreg Kroah-Hartman2-2/+2
2021-05-20staging: rtl8723bs: rtl8723b_hal_init.c: fix build warnings about unused variablesGreg Kroah-Hartman1-8/+5
2021-05-20staging: rtl8723bs: HalBtc8723b1Ant.c: fix build warnings about unused variablesGreg Kroah-Hartman1-6/+3
2021-05-19staging: rtl8723bs: remove if (true) statementBryan Brattlof1-81/+78
2021-05-19staging: rtl8723bs: remove _rtw_sd_f0_read8()Bryan Brattlof2-23/+0
2021-05-19staging: rtl8723bs: remove duplicate name for _rtw_write_port()Bryan Brattlof2-4/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write32()Bryan Brattlof2-7/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write16()Bryan Brattlof2-5/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_write8()Bryan Brattlof2-5/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read32()Bryan Brattlof2-7/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read16()Bryan Brattlof2-5/+2
2021-05-19staging: rtl8723bs: remove duplicate names for _rtw_read8()Bryan Brattlof2-5/+2
2021-05-19Staging: rtl8723bs: remove dead code in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-6/+0
2021-05-19Staging: rtl8723bs: fix line continuations in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-44/+44
2021-05-19Staging: rtl8723bs: add missing blank line in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-0/+1
2021-05-19Staging: rtl8723bs: fix comparison formatting in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-56/+56
2021-05-19Staging: rtl8723bs: fix indentation in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-9/+9
2021-05-19Staging: rtl8723bs: fix spaces in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-9/+9
2021-05-19Staging: rtl8723bs: remove unnecessary braces in HalBtc8723b1Ant.cDesmond Cheong Zhi Xi1-57/+37
2021-05-19staging: rtl8723bs: fix coding style for if comparisionsShreyansh Chouhan1-3/+3
2021-05-17Merge 5.13-rc2 into staging-nextGreg Kroah-Hartman2-19/+25
2021-05-14staging: rtl8723bs: hal: Remove set but unused variableFabio M. De Francesco1-4/+0
2021-05-14staging: rtl8723bs: hal: Remove three set but unused variablesFabio M. De Francesco1-13/+1
2021-05-13staging: rtl8723bs: remove unused argument 'msg'Bryan Brattlof4-5/+5
2021-05-13staging: rtl8723bs: core: Remove unnecessary lines of codeFabio M. De Francesco1-19/+1
2021-05-13staging: rtl8723bs: hal: Remove set but unused variableFabio M. De Francesco1-6/+2
2021-05-13staging: rtl8723bs: remove unneeded comments to silence 'line too long' warningFabio Aiuto1-2/+3
2021-05-13staging: rtl8723bs: replace private CRC-32 routines with in-kernel onesFabio Aiuto1-59/+7
2021-05-10staging: rtl8723bs: Delete two redundant condition branchesZhen Lei1-4/+0
2021-05-10staging: rtl8723bs: replace private arc4 encryption with in-kernel oneFabio Aiuto1-80/+21
2021-05-10staging: rtl8723bs: remove unused symbolic constant _AES_IV_LEN_Fabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove more unused encryption macrosFabio Aiuto1-15/+0
2021-05-10staging: rtl8723bs: remove unused macros, arrays and an inline function defFabio Aiuto2-259/+0
2021-05-10staging: rtl8723bs: avoid bogus gcc warningArnd Bergmann2-19/+25
2021-05-10staging: rtl8723bs: use in-kernel aes encryptionFabio Aiuto1-207/+5
2021-05-10staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routinesFabio Aiuto1-105/+9