aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_sta_mgt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8712: remove unnecessary braces in while loopHoorad Farrokh2024-01-241-2/+1
* staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie2023-08-221-1/+1
* staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri2022-10-251-1/+1
* staging: rtl8723bs: Fix access-point mode deadlockHans de Goede2022-03-021-12/+10
* staging: rtl8723bs: remove a second possible deadlockHans de Goede2021-09-211-2/+9
* staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto2021-09-211-10/+12
* staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto2021-09-131-5/+10
* staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto2021-06-091-2/+2
* staging: rtl8723bs: Use list iterators and helpersGuenter Roeck2021-05-101-20/+9
* staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracingFabio Aiuto2021-05-101-2/+0
* staging: rtl8723bs: core: rtw_sta_mgt: Return error value directlyLee Jones2021-05-101-6/+2
* staging: rtl8723bs: core: rtw_sta_mgt: Remove unused variable 'psta'Lee Jones2021-05-101-2/+0
* staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto2021-04-071-2/+0
* staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto2021-04-071-6/+0
* staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto2021-04-071-4/+2
* staging: rtl8723bs: remove RT_TRACE logs in core/rtw_sta_mgt.cFabio Aiuto2021-04-051-25/+0
* staging: rtl8723bs: remove LIST_CONTAINORRoss Schmidt2020-12-071-6/+6
* staging: rtl8723bs: clean up open ended linesRoss Schmidt2020-11-131-24/+18
* staging: rtl8723bs: clean up bracesRoss Schmidt2020-11-131-10/+1
* staging: rtl8723bs: clean up line spacingRoss Schmidt2020-11-131-6/+1
* staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam2020-10-271-2/+1
* Staging: rtl8723bs: core: remove set but not used 'ptxservq'Jason Yan2020-04-281-2/+0
* staging: rtl8723bs: Remove set but not used variable 'tmp_aid'zhengbin2019-10-071-3/+0
* staging: rtl8723bs: core: Use !x in place of NULL comparison.Vatsala Narang2019-05-011-3/+3
* staging: rtl8723bs: core: Remove blank line.Vatsala Narang2019-04-301-5/+0
* Staging: rtl8723bs: core: Replace return typesMadhumitha Prabakaran2019-04-201-5/+2
* Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore2018-12-171-1/+1
* staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-111-9/+1
* staging: rtl8723bs: Change type to boolAastha Gupta2017-10-181-4/+4
* staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches2017-09-171-1/+1
* staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger2017-04-091-1/+1
* staging: Add rtl8723bs sdio wifi driverHans de Goede2017-04-081-0/+641