aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-18staging: rtl8723bs: Remove old unreachable CodeEmanuel Bennici1-5/+0
2019-03-18staging: rtl8723bs: Remove Dead Code in collect_bss_info FunctionEmanuel Bennici1-6/+0
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore1-47/+47
2018-12-12staging: rtl8723bs: remove dead code, rtw_port_switch_chk()Michael Straube1-34/+0
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-09-28staging: rtl8723bs: Skip unnecessary field checksAymen Qader1-5/+4
2018-09-18staging: rtl8723bs: Fix a sleep-in-atomic-context bug in issue_deauth_ex()Jia-Ju Bai1-1/+1
2018-06-28staging: rtl8723bs: Move definition open braceHenriette Hofmeier1-2/+4
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-29staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja1-3/+3
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook1-4/+11
2017-10-18staging: rtl8723bs: rtw_mlme_ext: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-18staging: rtl8723bs: remove implicit int->bool conversionsAishwarya Pant1-4/+9
2017-10-18staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta1-2/+2
2017-10-03staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure1-2/+3
2017-10-03Staging: rtl8723bs: Remove unnecessary commentsShreeya Patel1-3/+0
2017-09-26Staging: rtl8723bs: core: Remove boolean comparisonGeorgiana Chelu1-32/+32
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches1-18/+18
2017-08-29staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha1-1/+1
2017-07-30Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel1-1/+1
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann1-3/+3
2017-04-11staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King1-1/+3
2017-04-09staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.cLarry Finger1-13/+12
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+6940