index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8723bs
Age
Commit message (
Expand
)
Author
2017-04-18
staging: rtl8723bs: clean up identical code on an if statement
Colin Ian King
2017-04-18
staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0
Colin Ian King
2017-04-14
staging: rtl8723bs: ensure cmd is large enough for %4s scanf format
Colin Ian King
2017-04-11
staging: rtl8723bs: fix spelling mistake: "acquire"
Colin Ian King
2017-04-11
staging: rtl8723bs: fix spelling mistakes in RT_TRACE messages
Colin Ian King
2017-04-11
staging: rtl8723bs: force driver to be built as a module.
Greg Kroah-Hartman
2017-04-11
staging: rtl8723bs: remove null test before kfree
Aishwarya Pant
2017-04-11
staging: rtl8723bs: Add missing include <linux/of.h> to fix compile error
Hans de Goede
2017-04-09
staging: rtl8723bs: core: rtw_cmd: drop unneeded null tests
Julia Lawall
2017-04-09
staging: rtl8723bs: core: rtw_cmd: drop unneeded null test
Julia Lawall
2017-04-09
staging: rtl8723bs: Fix indenting error in core/rtw_pwrctrl.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting problems in core/rtw_odm.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rt...
Larry Finger
2017-04-09
staging: rtl8723bs: Fix white-space errors in core/rtw_recv.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix some white-space errors in core/rtw_security.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix some indenting problems and a potential data overrun
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting mistake in core/rtw_ap.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix possible usage of NULL pointer in core/rtw_debug.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting problems in core/rtw_xmit.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting problem for hal/hal_com.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indening problem in hal/hal_com_phycfg.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting problems in hal/HalHWImg8723B_BB.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix potential usage while NULL error in hal/rtl8723b_hal_...
Larry Finger
2017-04-09
staging: rtl8723bs: Fix various errors in os_dep/ioctl_cfg80211.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting mistake in os_dep/mlme_linux.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting warning in os_dep/os_intfs.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix dereference before check warning in os_dep/recv_linux.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting warning in os_dep/rtw_proc.c
Larry Finger
2017-04-09
staging: rtl8723bs: Fix indenting warning in os_dep/xmit_linux.c
Larry Finger
2017-04-08
staging: Add rtl8723bs sdio wifi driver
Hans de Goede