aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23staging: rtl8723bs: remove function rtw_get_ch_setting_unionNam Cao1-21/+0
2022-06-20staging: rtl8723bs: remove trailing whitespaceDaniel Watson1-1/+1
2022-04-07staging: rtl8723bs: fix indentationSevinj Aghayeva1-11/+3
2022-04-05staging: rtl8723bs: remove space after function nameSevinj Aghayeva1-1/+1
2022-04-05staging: rtl8723bs: remove redundant else branchesSevinj Aghayeva1-33/+31
2022-04-05staging: rtl8723bs: remove return from a function returning voidSevinj Aghayeva1-7/+2
2022-04-05staging: rtl8723bs: remove redundant braces in if statementsSevinj Aghayeva1-52/+27
2022-04-04staging: rtl8723bs: place constants on the right side of testsSevinj Aghayeva1-16/+16
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede1-2/+5
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 second possible deadlockHans de Goede1-4/+0
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto1-5/+2
2021-09-17Revert "staging: rtl8723bs: remove possible deadlock when disconnect"Greg Kroah-Hartman1-2/+5
2021-09-13staging: rtl8723bs: remove possible deadlock when disconnectFabio Aiuto1-5/+2
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube1-28/+28
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto1-4/+4
2021-07-23staging: rtl8723bs: fix camel case in IE structuresFabio Aiuto1-10/+10
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto1-4/+4
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-19/+19
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto1-17/+17
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-124/+124
2021-07-23staging: rtl8723bs: remove 5Ghz code blocksFabio Aiuto1-5/+2
2021-07-21staging: rtl8723bs: fix camel case name in macro IsSupported24GFabio Aiuto1-1/+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 all 5Ghz network typesFabio Aiuto1-55/+0
2021-06-18staging: rtl8723bs: core: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-5/+3
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto1-2/+2
2021-06-03staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcodeYu Kuai1-12/+1
2021-05-25staging: rtl8723bs: core: rtw_mlme_ext.c: Remove set but unused variableFabio M. De Francesco1-4/+1
2021-05-13staging: rtl8723bs: remove unused argument 'msg'Bryan Brattlof1-1/+1
2021-05-13staging: rtl8723bs: core: Remove unnecessary lines of codeFabio M. De Francesco1-19/+1
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck1-10/+6
2021-05-10staging: rtl8723bs: core: Remove set but unused variableFabio M. De Francesco1-6/+3
2021-05-10staging: rtl8723bs: core: remove unneeded variableSaurav Girepunje1-3/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_mlme_ext.c tracingFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: move static array definition from header to .c fileFabio Aiuto1-0/+30
2021-05-10staging: rtl8723bs: core: rtw_mlme_ext: Move very large data buffer onto the heapLee Jones1-1/+6
2021-04-22staging: rtl8723bs: split too long lineFabio Aiuto1-1/+2
2021-04-22staging: rtl8723bs: fix indentation in if blockFabio Aiuto1-4/+4
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-24/+43
2021-04-15staging: rtl8723bs: Remove led_blink_hdl() and everything relatedFabio M. De Francesco1-9/+0
2021-04-14staging: rtl8723bs: fix indentation issue introduced by long line splitFabio Aiuto1-1/+1
2021-04-14staging: rtl8723bs: core: Remove unused but set variableFabio M. De Francesco1-2/+0
2021-04-11staging: rtl8723bs: remove unused code blocks guarded by DEBUG_RTL871XFabio Aiuto1-20/+0
2021-04-11staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto1-1/+0
2021-04-07staging: rtl8723bs: split long linesFabio Aiuto1-3/+5