aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+3
2021-07-27staging: rtlwifi: use siocdevprivateArnd Bergmann3-3/+18
2021-07-21staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4Arnd Bergmann1-0/+1
2021-07-21staging: rtl8723bs: Fix a resource leak in sd_int_dpcXiangyang Zhang1-0/+2
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds88-7679/+1290
2021-06-24staging: rtl8723bs: convert function to staticFabio Aiuto1-2/+1
2021-06-24staging: rtl8723bs: remove item from TODO listFabio Aiuto1-2/+0
2021-06-24staging: rtl8723bs: fix check allowing 5Ghz settingsFabio Aiuto1-4/+3
2021-06-24staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto2-6/+0
2021-06-24staging: rtl8723bs: fix macro value for 2.4Ghz only deviceFabio Aiuto1-4/+1
2021-06-24staging: rtl8723bs: remove unused ODM_CMNINFO_BOARD_TYPE enum itemFabio Aiuto2-8/+1
2021-06-24staging: rtl8723bs: remove VHT dead codeFabio Aiuto8-752/+9
2021-06-24staging: rtl8723bs: remove 5Ghz code related to RF power calibrationFabio Aiuto4-114/+2
2021-06-24staging: rtl8723bs: remove some unused 5Ghz macro definitionsFabio Aiuto4-6/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto6-207/+97
2021-06-24staging: rtl8723bs: beautify prototypes in include/hal_com_phycfg.hFabio Aiuto1-140/+48
2021-06-24staging: rtl8723bs: remove all branchings between 2.4Ghz and 5Ghz band typesFabio Aiuto17-867/+488
2021-06-24staging: rtl8723bs: remove struct rt_channel_plan_5gFabio Aiuto3-70/+8
2021-06-24staging: rtl8723bs: remove 5Ghz field in struct registry_privFabio Aiuto2-3/+0
2021-06-24staging: rtl8723bs: rename enum items related to channel bondingFabio Aiuto3-10/+10
2021-06-24staging: rtl8723bs: remove unused enum items related to channel bondingFabio Aiuto1-8/+0
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto10-128/+17
2021-06-24staging: rtl8723bs: remove all 5Ghz network typesFabio Aiuto13-168/+14
2021-06-24staging: rtl8723bs: Fix an error handling pathChristophe JAILLET1-1/+3
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2021-06-18staging: rtl8723bs: rtw_efuse: Fix coding styleShreyas Krishnakumar1-7/+4
2021-06-18staging: rtl8723bs: hal: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-2/+1
2021-06-18staging: rtl8723bs: core: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-5/+3
2021-06-18staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang2-4/+3
2021-06-15staging: rtl8723bs: remove two unused files from treeFabio Aiuto2-226/+0
2021-06-15staging: rtl8723bs: remove include/autoconf.h header file from treeFabio Aiuto4-18/+0
2021-06-15staging: rtl8723bs: move LPS_RPWM_WAIT_MS macroFabio Aiuto1-0/+2
2021-06-15staging: rtl8723bs: remove HAL_{BB,MAC,RF,FW}_ENABLE macrosFabio Aiuto3-18/+0
2021-06-15staging: rtl8723bs: remove unneeded DISABLE_BB_RF macroFabio Aiuto5-55/+8
2021-06-15staging: rtl8723bs: remove unused WAKEUP_GPIO_IDX macro definitionFabio Aiuto1-5/+0
2021-06-15staging: rtl8723bs: remove unneeded commentsFabio Aiuto1-12/+0
2021-06-15staging: rtl8723bs: remove unused debug macroFabio Aiuto1-6/+0
2021-06-14Merge tag 'v5.13-rc6' into staging-nextGreg Kroah-Hartman1-1/+1
2021-06-12staging: rtl8723bs: core: add blank line after variable declarationPhilippe Dixon1-16/+20
2021-06-12staging: rtl8723bs: os_dep: Remove conditions with no effectsFabio M. De Francesco1-10/+2
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto7-28/+28
2021-06-09staging: rtl8723bs: hal: Delete tests with no effectsFabio M. De Francesco1-10/+2
2021-06-09staging: rtl8723bs: Fix uninitialized variablesWenli Looi1-1/+1
2021-06-03staging: rtl8723bs: core: rtw_mlme_ext.c: remove deadcodeYu Kuai1-12/+1
2021-05-31staging: rtl8723bs: fix monitor netdev register/unregisterJohannes Berg1-2/+2
2021-05-27staging: rtl8723bs: remove the repeated declarationShaokun Zhang2-2/+0
2021-05-27Staging: rtl8723bs: fixed a blank coding styleDonggyu Kim1-0/+1
2021-05-25staging: rtl8723bs: remove sd_f0_read8()Bryan Brattlof4-39/+0
2021-05-25staging: rtl8723bs: fix suspect indentsShreyansh Chouhan1-25/+25
2021-05-25staging: rtl8723bs: remove unnecessary braces from conditionalsShreyansh Chouhan1-18/+17