aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8723bs/core/rtw_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-25Staging: rtl8723bs: Fix comment typo "the the".kyoungho koo1-1/+1
2020-03-26staging: rtl8723bs: core: Correct typos in commentsR Veera Kumar1-2/+2
2020-03-26staging: rtl8723bs: rtw_cmd: Compress lines for immediate returnSimran Singhal1-5/+1
2020-03-25staging: rtl8723bs: Remove multiple assignmentsSimran Singhal1-2/+5
2020-02-14staging: rtl8723bs: Fix spacing issuesLukasz Szczesny1-1/+1
2019-10-24staging: rtl8723bs: removed unwanted if..else conditionAliasgar Surti1-13/+3
2019-10-10staging: rtl8723bs: core: Remove typecast in call to kfreeNachammai Karuppiah1-2/+2
2019-08-14staging: rtl8723bs: Remove debugging information exposed via procfsKai-Heng Feng1-5/+0
2019-08-01staging: rtl8723bs: remove set but not used variables 'prspbuf' and 'auth'YueHaibing1-4/+2
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_BtInfoNotify()Nishka Dasgupta1-1/+1
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_ScanNotify()Nishka Dasgupta1-1/+1
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_IsBtControlLps()Nishka Dasgupta1-1/+1
2019-07-03staging: rtl8723bs: Remove rtw_btcoex_Handler()Nishka Dasgupta1-1/+1
2019-07-01staging: rtl8723bs: Remove rtw_btcoex_SpecialPacketNotify()Nishka Dasgupta1-1/+2
2019-07-01staging: rtl8723bs: Remove rtw_hal_c2h_evt_read()Nishka Dasgupta1-1/+1
2019-06-13staging: rtl8723bs: core: Remove wrapper functionsNishka Dasgupta1-19/+3
2019-05-20staging: rtl8723bs: Fix boolinit.cocci warningsJeeeun Evans1-1/+1
2019-03-24staging: rtl8723bs: Remove function rtw_alloc_network()Nishka Dasgupta1-1/+1
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 unreachable Code in core/rtw_cmd.cEmanuel Bennici1-5/+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
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore1-18/+18
2018-12-12staging: rtl8723bs: change pwrctrl lock to a mutexArnd Bergmann1-2/+2
2018-12-12staging: rtl8723bs: change semaphores to completionsArnd Bergmann1-11/+9
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2018-03-14staging: rtl8723bs: core: rtw_cmd: remove unnecessary initializationJi-Hun Kim1-1/+1
2017-12-21Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel1-3/+1
2017-10-18Staging: rtl8723bs: core: rtw_cmd: Remove cast to pointer types in kfreeSrishti Sharma1-30/+30
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches1-42/+42
2017-08-29staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha1-1/+1
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann1-0/+2
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testsJulia Lawall1-4/+2
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+2226