aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+2
2021-10-29exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman2-2/+2
2021-10-24staging: rtl8723bs: core: Remove unnecessary blank linesKushal Kothari1-26/+0
2021-10-24staging: rtl8723bs: core: Remove unnecessary space after a castKushal Kothari1-5/+5
2021-10-24staging: rtl8723bs: core: Remove unnecessary parenthesesKushal Kothari1-21/+21
2021-10-24staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-11/+11
2021-10-20staging: rtl8723bs: core: Remove true and false comparisonKushal Kothari1-9/+8
2021-10-05staging: rtl8723bs: core: remove reassignment of same value to variableSaurav Girepunje1-1/+0
2021-10-05staging: rtl8723bs: core: remove condition never executeSaurav Girepunje1-3/+0
2021-10-05staging: rtl8723bs: remove meaningless pstat->passoc_req check in OnAssocReq()Longji Guo1-6/+2
2021-09-21staging: rtl8723bs: remove a third possible deadlockHans de Goede1-5/+2
2021-09-21staging: rtl8723bs: remove a second possible deadlockHans de Goede3-11/+9
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto4-31/+24
2021-09-17Revert "staging: rtl8723bs: remove possible deadlock when disconnect"Greg Kroah-Hartman3-12/+18
2021-09-13staging: rtl8723bs: remove possible deadlock when disconnectFabio Aiuto3-18/+12
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube6-94/+94
2021-09-13staging: rtl8723bs: remove unnecessary parenthesesFabio Aiuto1-2/+2
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto6-24/+48
2021-08-26staging: rtl8723bs: remove header file ethernet.hMichael Straube1-3/+3
2021-08-26staging: rtl8723bs: remove unused rtw_set_802_11_bssid() functionFabio Aiuto1-64/+0
2021-08-26staging: rtl8723bs: remove functions notifying wext eventsFabio Aiuto1-3/+1
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto6-144/+35
2021-08-10staging: rtl8723bs: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto7-13/+0
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 Aiuto3-11/+11
2021-07-28staging: rtl8723bs: core: Fix incorrect type in assignmentFabio M. De Francesco1-13/+18
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto1-4/+4
2021-07-23staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto2-24/+24
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bcn_infoFabio Aiuto2-22/+22
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto2-19/+19
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto7-42/+42
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 Aiuto5-42/+42
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto7-380/+380
2021-07-23staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto1-5/+2
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupportedTxCCKFabio Aiuto2-2/+2
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto2-2/+2
2021-07-21staging: rtl8723bs: remove custom endian conversion macrosBryan Brattlof1-11/+2
2021-06-24staging: rtl8723bs: convert function to staticFabio Aiuto1-2/+1
2021-06-24staging: rtl8723bs: remove VHT dead codeFabio Aiuto1-1/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto1-120/+94
2021-06-24staging: rtl8723bs: remove struct rt_channel_plan_5gFabio Aiuto1-56/+2
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto2-18/+2
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto5-103/+9
2021-06-18staging: rtl8723bs: rtw_efuse: Fix coding styleShreyas Krishnakumar1-7/+4
2021-06-18staging: rtl8723bs: core: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-5/+3