aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-20Staging: rtl8723bs: core: Replace return typesMadhumitha Prabakaran1-5/+2
2019-04-19staging: rtl8723bs: fix spelling mistake: "nonprintabl" -> "non-printable"Colin Ian King1-1/+1
2019-04-02staging: rtl8723bs: core: Replace bit shifting with BIT macroPayal Kshirsagar1-1/+1
2019-04-02Staging: rtl8723bs: core: Remove typecast in kfreeMadhumitha Prabakaran1-11/+11
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman1-7/+7
2019-03-30staging: rtl8723bs: core: rtw_efuse.c: Compress two lines into one linePayal Kshirsagar1-23/+10
2019-03-30staging: rtl8723bs: core: rtw_ieee80211.c: Remove unnecessary parenthesesPayal Kshirsagar1-3/+3
2019-03-30staging: rtl8723bs: core: rtw_mlme.c: Remove unnecessary parenthesesPayal Kshirsagar1-4/+4
2019-03-30staging: rtl8723bs: core: Remove unnecessary parenthesesVatsala Narang1-1/+1
2019-03-30staging: rtl8723bs: core: Fix a comparison warning.Vatsala Narang1-4/+4
2019-03-27staging: rtl8723bs: core: fix line over 80 characters warningAnirudh Rayabharam1-2/+2
2019-03-24staging: rtl8723bs: Remove function rtw_alloc_network()Nishka Dasgupta2-12/+4
2019-03-24staging: rtl8723bs: core: Remove parenthesesNishka Dasgupta1-5/+5
2019-03-24staging: rtl8723bs: core: Change datatype from sint to intNishka Dasgupta1-1/+1
2019-03-24staging; rtl8723bs: Remove unnecessary function rtw_init_mlme_priv()Nishka Dasgupta1-11/+2
2019-03-22staging: rtl8723bs: core: Remove return variables in rtw_mlme_ext.cNishka Dasgupta1-4/+1
2019-03-22staging: rtl8723bs: core: Change NULL comparisons to Boolean negationNishka Dasgupta1-3/+3
2019-03-21staging: rtl8723bs: core: Change NULL comparison to Boolean negationNishka Dasgupta1-6/+2
2019-03-21staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki1-7/+7
2019-03-21Staging: rtl8723bs: Change return type and type of local variableMadhumitha Prabakaran1-4/+4
2019-03-19Staging: rtl8723bs: Add missing NULL check for kmallocMadhumitha Prabakaran1-0/+2
2019-03-19Staging: rtl8723bs: Replace NULL comparison with !Madhumitha Prabakaran1-2/+2
2019-03-19Staging: rtl8723bs: Change values to standard error codes in functionsMadhumitha Prabakaran1-3/+3
2019-03-19Staging: rtl8723bs: Remove unnecessary local variable in functionMadhumitha Prabakaran1-3/+1
2019-03-18staging: rtl8723bs: Remove Dead Code in core/rtw_mlme.cEmanuel Bennici1-32/+0
2019-03-18staging: rtl8723bs: Remove unreachable Code in core/rtw_cmd.cEmanuel Bennici1-5/+0
2019-03-18staging: rtl8723bs: Remove old unreachable CodeEmanuel Bennici1-5/+0
2019-03-18staging: rtl8723bs: Remove Dead Code in collect_bss_info FunctionEmanuel Bennici1-6/+0
2019-03-18staging: rtl8723bs: Change type of variables and return typeMadhumitha Prabakaran1-4/+4
2019-03-18staging: rtl8723bs: Remove wrapper functions and change function namesMadhumitha Prabakaran1-18/+2
2019-02-07Staging: rtl8723bs: remove some dead codeDan Carpenter1-8/+0
2019-01-25staging: rtl8723bs: fix indentation issue with return statementColin Ian King1-1/+1
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore14-169/+169
2018-12-12staging: rtl8723bs: remove semaphore remnantsArnd Bergmann1-1/+0
2018-12-12staging: rtl8723bs: change pwrctrl lock to a mutexArnd Bergmann2-39/+38
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann4-19/+15
2018-12-12staging: rtl8723bs: remove dead code, rtw_port_switch_chk()Michael Straube1-34/+0
2018-12-10Merge 4.20-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2018-12-05Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.c"Young Xiao1-1/+1
2018-11-05staging: rtl8723bs: fix typo in function name rtw_sctx_chk_waring_statusColin Ian King1-2/+2
2018-11-05staging: rtl8723bs: core: remove unnecessary blank linesKimberly Brown1-212/+0
2018-10-09staging: rtl8723bs: core: Remove true and false comparisonMamta Shukla1-12/+12
2018-10-02staging: rtl8723bs: clean up clang warning on extraneous parenthesesColin Ian King1-3/+2
2018-09-28staging: rtl8723bs: Skip unnecessary field checksAymen Qader1-5/+4
2018-09-25staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-1/+1
2018-09-25staging: rtl8188eu, rtl8723bs: fix spelling mistake "evet" -> "event"Colin Ian King1-1/+1
2018-09-18staging: rtl8723bs: Fix two sleep-in-atomic-context bugs in _rtw_pwr_wakeup()Jia-Ju Bai1-2/+2
2018-09-18staging: rtl8723bs: Fix a sleep-in-atomic-context bug in issue_deauth_ex()Jia-Ju Bai1-1/+1
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-212/+81
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1