aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2021-05-10staging: rtl8723bs: remove obsolete debug macro definitionsFabio Aiuto1-4/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_cmd.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_mlme_ext.c tracingFabio Aiuto2-5/+1
2021-05-10staging: rtl8723bs: move static array definition from header to .c fileFabio Aiuto2-32/+30
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/mlme_linux.c tracingFabio Aiuto2-8/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_mlme.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_recv.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to os_dep/xmit_linux.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_xmit.c tracingFabio Aiuto2-6/+1
2021-05-10staging: rtl8723bs: remove unused debug macro definitionsFabio Aiuto1-12/+0
2021-05-10staging: rtl8723bs: remove unneeded header file includeFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove unused debug variables declarations and initializationFabio Aiuto2-7/+0
2021-05-10staging: rtl8723bs: remove all defs related to _dbgdump macroFabio Aiuto1-8/+0
2021-05-10staging: rtl8723bs: remove unused RTW_DBGDUMP macro definitionFabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove unused rf_reg_dump() function argumentFabio Aiuto3-3/+3
2021-05-10staging: rtl8723bs: remove unused bb_reg_dump() function argumentFabio Aiuto3-3/+3
2021-05-10staging: rtl8723bs: remove unused mac_reg_dump() function argumentFabio Aiuto3-3/+3
2021-05-10staging: rtl8723bs: remove unused _DBG_871X_LEVEL macroFabio Aiuto1-12/+0
2021-05-10staging: rtl8723bs: remove DBG_871X_SEL macro declarationFabio Aiuto1-9/+0
2021-05-10staging: rtl8723bs: add two functions to improve register dump in core/rtw_debug.cFabio Aiuto1-28/+35
2021-05-10staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()Fabio Aiuto1-6/+8
2021-05-10staging: rtl8723bs: remove unused log functionFabio Aiuto2-19/+0
2021-05-10staging: rtl8723bs: hal: sdio_halinit: Remove unused variable 'ret'Lee Jones1-4/+2
2021-05-10staging: rtl8723bs: core: rtw_mlme_ext: Move very large data buffer onto the heapLee Jones1-1/+6
2021-05-10staging: rtl8723bs: hal: odm_NoiseMonitor: Remove unused variable 'func_start'Lee Jones1-2/+1
2021-05-10staging: rtl8723bs: os_dep: ioctl_cfg80211: 'ack' is used when debug is enabledLee Jones1-1/+1
2021-05-10staging: rtl8723bs: hal: sdio_ops: Mark used 'err' as __maybe_unused and remove anotherLee Jones1-5/+2
2021-05-10staging: rtl8723bs: hal: rtl8723b_phycfg: Fix a bunch of misnamed functionsLee Jones1-5/+5
2021-05-10staging: rtl8723bs: hal: odm_NoiseMonitor: Remove unused variable and dead codeLee Jones1-7/+1
2021-05-10staging: rtl8723bs: core: rtw_ieee80211: Fix incorrectly named functionLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_mlme: 'retry' is only used if REJOIN is setLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_ieee80211: Remove seemingly pointless copyLee Jones1-3/+1
2021-05-10staging: rtl8723bs: core: rtw_wlan_util: Remove unused variable 'start_seq'Lee Jones1-3/+1
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-05-10staging: rtl8723bs: core: rtw_security: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_recv: Mark debug variable as __maybe_unusedLee Jones1-1/+1
2021-05-10staging: rtl8723bs: core: rtw_mlme: Remove a bunch of unused variablesLee Jones1-9/+6
2021-04-22Staging: rtl8723bs: rtw_xmit: fixed tabbing issueAmos Gross1-1/+1
2021-04-22staging: rtl8723bs: remove empty #ifdef blockFabio Aiuto1-4/+0
2021-04-22staging: rtl8723bs: remove unused DBG_871X_LEVEL macro declarationsFabio Aiuto1-14/+0
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: fix code indent issueFabio Aiuto1-2/+2
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto17-108/+178
2021-04-15staging: rtl8723bs: Remove led_blink_hdl() and everything relatedFabio M. De Francesco4-29/+11
2021-04-15staging: rtl8723bs: remove sdio_drv_priv structureBryan Brattlof1-19/+9
2021-04-14staging: rtl8723bs: remove unused argument in functionFabio Aiuto3-3/+3