aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core
AgeCommit message (Expand)Author
2020-07-16Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter
2019-05-01staging: rtl8723bs: core: Use !x in place of NULL comparison.Vatsala Narang
2019-05-01staging: rtl8723bs: core: Prefer using the BIT Macro.Vatsala Narang
2019-04-30staging: rtl8723bs: Fix checkpatch.pl warningsVandana BN
2019-04-30staging: rtl8723bs: core: Remove blank line.Vatsala Narang
2019-04-30staging: rtl8723bs: core: Remove else after return statement.Vatsala Narang
2019-04-30staging: rtl8723bs: core: Remove return in void functionVatsala Narang
2019-04-20Staging: rtl8723bs: core: Replace return typesMadhumitha Prabakaran
2019-04-19staging: rtl8723bs: fix spelling mistake: "nonprintabl" -> "non-printable"Colin Ian King
2019-04-02staging: rtl8723bs: core: Replace bit shifting with BIT macroPayal Kshirsagar
2019-04-02Staging: rtl8723bs: core: Remove typecast in kfreeMadhumitha Prabakaran
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman
2019-03-30staging: rtl8723bs: core: rtw_efuse.c: Compress two lines into one linePayal Kshirsagar
2019-03-30staging: rtl8723bs: core: rtw_ieee80211.c: Remove unnecessary parenthesesPayal Kshirsagar
2019-03-30staging: rtl8723bs: core: rtw_mlme.c: Remove unnecessary parenthesesPayal Kshirsagar
2019-03-30staging: rtl8723bs: core: Remove unnecessary parenthesesVatsala Narang
2019-03-30staging: rtl8723bs: core: Fix a comparison warning.Vatsala Narang
2019-03-27staging: rtl8723bs: core: fix line over 80 characters warningAnirudh Rayabharam
2019-03-24staging: rtl8723bs: Remove function rtw_alloc_network()Nishka Dasgupta
2019-03-24staging: rtl8723bs: core: Remove parenthesesNishka Dasgupta
2019-03-24staging: rtl8723bs: core: Change datatype from sint to intNishka Dasgupta
2019-03-24staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv()Nishka Dasgupta
2019-03-22staging: rtl8723bs: core: Remove return variables in rtw_mlme_ext.cNishka Dasgupta
2019-03-22staging: rtl8723bs: core: Change NULL comparisons to Boolean negationNishka Dasgupta
2019-03-21staging: rtl8723bs: core: Change NULL comparison to Boolean negationNishka Dasgupta
2019-03-21staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki
2019-03-21Staging: rtl8723bs: Change return type and type of local variableMadhumitha Prabakaran
2019-03-19Staging: rtl8723bs: Add missing NULL check for kmallocMadhumitha Prabakaran
2019-03-19Staging: rtl8723bs: Replace NULL comparison with !Madhumitha Prabakaran
2019-03-19Staging: rtl8723bs: Change values to standard error codes in functionsMadhumitha Prabakaran
2019-03-19Staging: rtl8723bs: Remove unnecessary local variable in functionMadhumitha Prabakaran
2019-03-18staging: rtl8723bs: Remove Dead Code in core/rtw_mlme.cEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove unreachable Code in core/rtw_cmd.cEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove old unreachable CodeEmanuel Bennici
2019-03-18staging: rtl8723bs: Remove Dead Code in collect_bss_info FunctionEmanuel Bennici
2019-03-18staging: rtl8723bs: Change type of variables and return typeMadhumitha Prabakaran
2019-03-18staging: rtl8723bs: Remove wrapper functions and change function namesMadhumitha Prabakaran
2019-02-07Staging: rtl8723bs: remove some dead codeDan Carpenter
2019-01-25staging: rtl8723bs: fix indentation issue with return statementColin Ian King
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore
2018-12-12staging: rtl8723bs: remove semaphore remnantsArnd Bergmann
2018-12-12staging: rtl8723bs: change pwrctrl lock to a mutexArnd Bergmann
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann
2018-12-12staging: rtl8723bs: remove dead code, rtw_port_switch_chk()Michael Straube
2018-12-10Merge 4.20-rc6 into staging-nextGreg Kroah-Hartman
2018-12-05Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao
2018-11-05staging: rtl8723bs: fix typo in function name rtw_sctx_chk_waring_statusColin Ian King
2018-11-05staging: rtl8723bs: core: remove unnecessary blank linesKimberly Brown
2018-10-09staging: rtl8723bs: core: Remove true and false comparisonMamta Shukla
2018-10-02staging: rtl8723bs: clean up clang warning on extraneous parenthesesColin Ian King