aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09staging: rtl8723bs: Fix Unneeded variable: "ret". Return "0"Shobhit Kukreti3-5/+4
2019-06-09staging: rtl8723bs: Resolve "(foo*)" should be "(foo *)" error reported by checkpatchShobhit Kukreti1-16/+16
2019-06-06staging: rtl8723bs: hal: fix error "do not initialise globals to 0"Hariprasad Kelam1-2/+2
2019-05-30staging: rtl8723bs: core: fix warning Comparison to NULLHariprasad Kelam1-27/+27
2019-05-30Staging: rtl8723bs: hal: fix warning possible condition with no effect (if == else)Hariprasad Kelam1-7/+2
2019-05-30staging: rtl8723bs: hal: Remove set but not used variable 'no_res' and 'phal'YueHaibing1-4/+1
2019-05-30staging: rtl8723bs: core: rtw_ap: fix Unneeded variable: "ret". Return "0"Hariprasad Kelam4-12/+8
2019-05-23staging: rtl8723bs: core: rtw_recv: fix warning Comparison to NULLHariprasad Kelam1-24/+24
2019-05-22staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port()Hans de Goede1-1/+1
2019-05-22Staging: rtl8723bs: os_dep: Remove functions that don't do anything.Puranjay Mohan1-27/+1
2019-05-21staging: rtl8723bs: hal: Remove unused variableNishka Dasgupta1-1/+0
2019-05-20staging: rtl8723bs: use help instead of ---help--- in KconfigMoses Christopher1-1/+1
2019-05-20staging: rtl8723bs: Fix boolinit.cocci warningsJeeeun Evans9-11/+11
2019-05-20Staging: rtl8723bs: hal: Fix comparison to bool in if statementsPuranjay Mohan6-9/+9
2019-05-20staging: rtl8723bs: core: rtw_recv: fix warning Unneeded variable retHariprasad Kelam1-4/+2
2019-05-20staging: rtl8723bs: os_dep: Remove Unneeded variable retHariprasad Kelam1-2/+1
2019-05-20Staging: rtl8723bs: os_dep: Fix if-else coding style issuesPuranjay Mohan1-10/+5
2019-05-20Staging: rtl8723bs: os_dep: Remove braces from single if statementPuranjay Mohan1-2/+1
2019-05-20staging: rtl8723bs: core: Fix variable constant comparisons.Vatsala Narang1-2/+2
2019-05-20staging: rtl8723bs: core: Remove braces from single if statement.Vatsala Narang1-8/+4
2019-05-20staging: rtl8723bs: core: Remove unnecessary parentheses.Vatsala Narang1-5/+5
2019-05-20staging: rtl8723bs: core: Replace NULL comparisons.Vatsala Narang1-16/+16
2019-05-20staging: rtl8723bs: core: Remove blank line.Vatsala Narang1-5/+0
2019-05-20Staging: rtl8723bs: core: Fix Spelling mistake in commentsPuranjay Mohan1-3/+3
2019-05-20Staging: rtl8723bs: os_dep: Fix switch-case indentation errorPuranjay Mohan1-221/+221
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-05-01staging: rtl8723bs: core: Use !x in place of NULL comparison.Vatsala Narang2-4/+4
2019-05-01staging: rtl8723bs: core: Prefer using the BIT Macro.Vatsala Narang1-3/+5
2019-04-30staging: rtl8723bs: Fix checkpatch.pl warningsVandana BN1-2/+1
2019-04-30staging: rtl8723bs: core: Remove blank line.Vatsala Narang1-5/+0
2019-04-30staging: rtl8723bs: core: Remove else after return statement.Vatsala Narang1-3/+2
2019-04-30staging: rtl8723bs: core: Remove return in void functionVatsala Narang1-2/+0
2019-04-20Staging: rtl8723bs: core: Replace return typesMadhumitha Prabakaran1-5/+2
2019-04-19Staging: rtl8723bs: Avoid typedefs for structureBhanusree Pola2-7/+7
2019-04-19staging: rtl8723bs: fix spelling mistake: "nonprintabl" -> "non-printable"Colin Ian King1-1/+1
2019-04-19staging: rtl8723bs: hal: fix spelling mistake "singal" -> "signal"Colin Ian King2-11/+11
2019-04-16Staging: rtl8723bs: Remove an unused struct tx_pending_tMadhumitha Prabakaran1-7/+0
2019-04-16Staging: rtl8723bs: Remove typedef in struct ieee_paramMadhumitha Prabakaran1-2/+2
2019-04-16Staging: rtl8723bs: Remove typedef in struct ieee_param_exMadhumitha Prabakaran1-2/+2
2019-04-16Staging: hal: hal_com_phycfg: fixed a coding style issueGabriela Bittencourt1-0/+2
2019-04-16Staging: rtl8723bs: Remove typedef in struct sdio_dataMadhumitha Prabakaran5-29/+27
2019-04-16staging: rtl8723bs: add space after enum declarationWilliam Tustumi1-1/+1
2019-04-16staging: rtl8723bs: hal: replace spaces by tabs.Beatriz Martins de Carvalho1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+8
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-02staging: rtl8723bs: core: Replace bit shifting with BIT macroPayal Kshirsagar1-1/+1
2019-04-02Staging: rtl8723bs: Remove typedef in struct dynamic_primary_CCAMadhumitha Prabakaran1-4/+4
2019-04-02Staging: rtl8723bs: core: Remove typecast in kfreeMadhumitha Prabakaran1-11/+11
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman2-8/+8
2019-03-30staging: rtl8723bs: core: rtw_efuse.c: Compress two lines into one linePayal Kshirsagar1-23/+10