index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8723bs
Age
Commit message (
Expand
)
Author
Files
Lines
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_cfg80211.c
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 definition
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
2021-04-11
staging: rtl8723bs: remove all if-blocks left empty by DBG_8192C-remove coccinelle script
Fabio Aiuto
2
-31
/
+1
2021-04-11
staging: rtl8723bs: remove DBG_8192C macro definitions
Fabio Aiuto
1
-10
/
+0
2021-04-11
staging: rtl8723bs: remove all commented out DBG_8192C logs
Fabio Aiuto
9
-52
/
+0
2021-04-11
staging: rtl8723bs: remove all DBG_8192C logs
Fabio Aiuto
13
-325
/
+9
2021-04-11
staging: rtl8723bs: core: Remove an unused variable
Fabio M. De Francesco
1
-3
/
+1
2021-04-10
staging: rtl8723bs: remove redundant initialization
Bryan Brattlof
1
-1
/
+1
2021-04-09
staging: rtl8723bs: remove MSG_8192C macro definitions
Fabio Aiuto
1
-6
/
+0
2021-04-09
staging: rtl8723bs: remove commented out MSG_8192C log
Fabio Aiuto
1
-3
/
+0
2021-04-09
staging: rtl8723bs: remove all MSG_8192C logs
Fabio Aiuto
2
-8
/
+0
2021-04-09
staging: rtl8723bs: remove decl of unused static const variable in os_dep/ioctl_linux.c
Fabio Aiuto
1
-4
/
+0
2021-04-09
staging: rtl8723bs: remove unused variable in os_dep/ioctl_linux.c
Fabio Aiuto
1
-3
/
+0
[prev]
[next]