aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede1-12/+10
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede1-2/+9
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto1-10/+12
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto1-5/+10
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto1-2/+2
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck1-20/+9
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: core: rtw_sta_mgt: Return error value directlyLee Jones1-6/+2
2021-05-10staging: rtl8723bs: core: rtw_sta_mgt: Remove unused variable 'psta'Lee Jones1-2/+0
2021-04-07staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto1-2/+0
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-6/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-4/+2
2021-04-05staging: rtl8723bs: remove RT_TRACE logs in core/rtw_sta_mgt.cFabio Aiuto1-25/+0
2020-12-07staging: rtl8723bs: remove LIST_CONTAINORRoss Schmidt1-6/+6
2020-11-13staging: rtl8723bs: clean up open ended linesRoss Schmidt1-24/+18
2020-11-13staging: rtl8723bs: clean up bracesRoss Schmidt1-10/+1
2020-11-13staging: rtl8723bs: clean up line spacingRoss Schmidt1-6/+1
2020-10-27staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam1-2/+1
2020-04-28Staging: rtl8723bs: core: remove set but not used 'ptxservq'Jason Yan1-2/+0
2019-10-07staging: rtl8723bs: Remove set but not used variable 'tmp_aid'zhengbin1-3/+0
2019-05-01staging: rtl8723bs: core: Use !x in place of NULL comparison.Vatsala Narang1-3/+3
2019-04-30staging: rtl8723bs: core: Remove blank line.Vatsala Narang1-5/+0
2019-04-20Staging: rtl8723bs: core: Replace return typesMadhumitha Prabakaran1-5/+2
2018-12-17Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore1-1/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor1-9/+1
2017-10-18staging: rtl8723bs: Change type to boolAastha Gupta1-4/+4
2017-09-17staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches1-1/+1
2017-04-09staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger1-1/+1
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede1-0/+641