aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8723bs/core/rtw_mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Staging: rtl8723bs: Remove dead code from _rtw_free_network()Meir Elisha1-2/+0
2024-03-05Staging: rtl8723bs: Remove unnecessary braces in rtw_update_ht_capMeir Elisha1-4/+3
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie1-1/+1
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang1-2/+1
2023-03-08drivers: staging: rtl8723bs: Remove pmlmepriv->num_of_scannedHans de Goede1-9/+0
2023-03-08drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede1-2/+2
2023-03-08drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede1-2/+2
2022-10-25staging: rtl8723bs: Fix indentation in conditional statementsEmily Peri1-16/+14
2022-08-16staging/rtl8723bs/core: remove inactive initializationLi zeming1-1/+1
2022-04-13drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()Duoming Zhou1-2/+4
2022-04-13drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()Duoming Zhou1-2/+4
2022-04-05staging: rtl8723bs: simplify control flowSevinj Aghayeva1-14/+4
2022-04-04staging: rtl8723bs: simplify control flowSevinj Aghayeva1-21/+7
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-5/+5
2022-03-14staging: rtl8723bs: fix typos in commentsJulia Lawall1-1/+1
2021-09-21staging: rtl8723bs: remove a third possible deadlockHans de Goede1-5/+2
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede1-5/+0
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube1-3/+3
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto1-2/+4
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto1-31/+5
2021-08-10staging: rtl8723bs: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-07-30staging: rtl8723bs: put condition parentheses at the end of a lineFabio Aiuto1-2/+1
2021-07-30staging: rtl8723bs: align condition to match open parenthesesFabio Aiuto1-1/+1
2021-07-30staging: rtl8723bs: remove unnecessary parenthesesFabio Aiuto1-3/+3
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto1-6/+6
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto1-15/+15
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-9/+9
2021-07-23staging: rtl8723bs: remove struct ndis_802_11_conf_fhFabio Aiuto1-4/+0
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto1-10/+10
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-108/+108
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto1-10/+0
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-56/+16
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_mlme.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: core: rtw_mlme: 'retry' is only used if REJOIN is setLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_mlme: Remove a bunch of unused variablesLee Jones1-9/+6
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-1/+2
2021-04-12staging: rtl8723bs: Remove camelcase in several filesFabio M. De Francesco1-1/+1
2021-04-07staging: rtl8723bs: add spaces around operatorsFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-20/+12
2021-04-07staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto1-14/+0
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-16/+0
2021-04-07staging: rtl8723bs: remove commented out DBG_871X logsFabio Aiuto1-6/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-107/+5
2021-04-05staging: rtl8723bs: tidy up some error handling in core/rtw_mlme.cFabio Aiuto1-6/+11
2021-04-05staging: rtl8723bs: remove RT_TRACE logs in core/rtw_mlme.cFabio Aiuto1-90/+15
2021-04-05staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_mlme.cFabio Aiuto1-6/+0
2021-03-23staging: rtl8723bs: moved function prototype out of core/rtw_ioctl_set.c and core/rtw_mlme.cFabio Aiuto1-2/+0
2021-03-23staging: rtl8723bs: Trivial typo fixBhaskar Chowdhury1-1/+1
2021-03-20staging: rtl8723bs: remove unnecessary logging in core/rtw_mlme.cFabio Aiuto1-5/+1