index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8723bs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
staging: rtl8723bs: avoid bogus gcc warning
Arnd Bergmann
2
-19
/
+25
2021-04-22
Staging: rtl8723bs: rtw_xmit: fixed tabbing issue
Amos Gross
1
-1
/
+1
2021-04-22
staging: rtl8723bs: remove empty #ifdef block
Fabio Aiuto
1
-4
/
+0
2021-04-22
staging: rtl8723bs: remove unused DBG_871X_LEVEL macro declarations
Fabio Aiuto
1
-14
/
+0
2021-04-22
staging: rtl8723bs: split too long line
Fabio Aiuto
1
-1
/
+2
2021-04-22
staging: rtl8723bs: fix indentation in if block
Fabio Aiuto
1
-4
/
+4
2021-04-22
staging: rtl8723bs: fix code indent issue
Fabio Aiuto
1
-2
/
+2
2021-04-22
staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()
Fabio Aiuto
17
-108
/
+178
2021-04-15
staging: rtl8723bs: Remove led_blink_hdl() and everything related
Fabio M. De Francesco
4
-29
/
+11
2021-04-15
staging: rtl8723bs: remove sdio_drv_priv structure
Bryan Brattlof
1
-19
/
+9
2021-04-14
staging: rtl8723bs: remove unused argument in function
Fabio Aiuto
3
-3
/
+3
2021-04-14
staging: rtl8723bs: remove DBG_871X_SEL_NL macro declaration
Fabio Aiuto
1
-9
/
+0
2021-04-14
staging: rtl8723bs: replace DBG_871X_SEL_NL with netdev_dbg()
Fabio Aiuto
3
-50
/
+47
2021-04-14
staging: rtl8723bs: fix indentation issue introduced by long line split
Fabio Aiuto
1
-1
/
+1
2021-04-14
staging: rtl8723bs: hal: Remove four set but not used variables
Fabio M. De Francesco
1
-7
/
+1
2021-04-14
staging: rtl8723bs: remove two unused functions
Fabio Aiuto
2
-13
/
+0
2021-04-14
staging: rtl8723bs: remove unnecessary dump_drv_version() usage
Fabio Aiuto
1
-1
/
+0
2021-04-14
staging: rtl8723bs: replace dump_drv_version() usage with netdev_dbg()
Fabio Aiuto
1
-1
/
+1
2021-04-14
staging: rtl8723bs: core: Remove unused but set variable
Fabio M. De Francesco
1
-2
/
+0
2021-04-13
staging: rtl8723bs: remove unnecessary adapter
Bryan Brattlof
2
-7
/
+4
2021-04-13
staging: rtl8723bs: hal: Correct indentation
Beatriz Martins de Carvalho
1
-190
/
+190
2021-04-13
staging: rtl8723bs: hal: Remove extra blank line
Beatriz Martins de Carvalho
1
-5
/
+0
2021-04-13
staging: rtl8723bs: hal: remove space before tabs
Beatriz Martins de Carvalho
1
-13
/
+13
2021-04-12
staging: rtl8723bs: remove unused variable 'start' in hal/sdio_halinit.c
Fabio Aiuto
1
-4
/
+0
2021-04-12
staging: rtl8723bs: remove unnecessary goto jumps
Bryan Brattlof
1
-4
/
+0
2021-04-12
staging: rtl8723bs: Change controlling expressions
Fabio M. De Francesco
2
-2
/
+2
2021-04-12
staging: rtl8723bs: include: Change the type of a variable
Fabio M. De Francesco
1
-1
/
+1
2021-04-12
staging: rtl8723bs: include: Fix misspelled words in comments
Fabio M. De Francesco
16
-46
/
+46
2021-04-12
staging: rtl8723bs: Remove camelcase in several files
Fabio M. De Francesco
8
-24
/
+24
2021-04-11
staging: rtl8723bs: remove more empty if blocks after DBG_8192C deletion
Fabio Aiuto
1
-4
/
+0
2021-04-11
staging: rtl8723bs: remove more unnecessary parentheses
Fabio Aiuto
2
-14
/
+11
2021-04-11
staging: rtl8723bs: fix comparison to true issue
Fabio Aiuto
1
-1
/
+1
2021-04-11
staging: rtl8723bs: remove empty else block in os_dep/ioctl_cfg80211.c
Fabio Aiuto
1
-1
/
+0
2021-04-11
staging: rtl8723bs: remove unnecessary parentheses in os_dep/ioctl_cfg80211.c
Fabio Aiuto
1
-2
/
+0
2021-04-11
staging: rtl8723bs: put constant on the right side of a test in os_dep/ioctl_...
Fabio Aiuto
1
-1
/
+1
2021-04-11
staging: rtl8723bs: remove empty if and else blocks
Fabio Aiuto
4
-33
/
+3
2021-04-11
staging: rtl8723bs: put constant on the right side of the test
Fabio Aiuto
1
-1
/
+1
2021-04-11
staging: rtl8723bs: split long line
Fabio Aiuto
1
-1
/
+2
2021-04-11
staging: rtl8723bs: put spaces around operators
Fabio Aiuto
2
-4
/
+4
2021-04-11
staging: rtl8723bs: fix comparison to null
Fabio Aiuto
2
-5
/
+5
2021-04-11
staging: rtl8723bs: remove unnecessary bracks
Fabio Aiuto
8
-95
/
+52
2021-04-11
staging: rtl8723bs: remove commented out DEBUG_CFG80211 symbol definition
Fabio Aiuto
1
-1
/
+0
2021-04-11
staging: rtl8723bs: remove empty ifdef blocks conditioned to DEBUG_CFG80211 d...
Fabio Aiuto
1
-15
/
+0
2021-04-11
staging: rtl8723bs: remove commented out SDIO_DEBUG_IO symbol definition
Fabio Aiuto
1
-3
/
+0
2021-04-11
staging: rtl8723bs: remove code block guarded by undefined SDIO_DEBUG_IO
Fabio Aiuto
1
-9
/
+1
2021-04-11
staging: rtl8723bs: remove empty code block guarded by DBG_CCX
Fabio Aiuto
1
-2
/
+0
2021-04-11
staging: rtl8723bs: remove code blocks guarded by DEBUG symbol
Fabio Aiuto
3
-35
/
+0
2021-04-11
staging: rtl8723bs: remove commented out DEBUG_RTL871X definition
Fabio Aiuto
1
-1
/
+0
2021-04-11
staging: rtl8723bs: remove unused code blocks guarded by DEBUG_RTL871X
Fabio Aiuto
2
-55
/
+0
2021-04-11
staging: rtl8723bs: put spaces around operators
Fabio Aiuto
1
-1
/
+1
[next]