aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15staging: rtl8188eu, rtl8723bs: fix spelling mistake "Cancle" -> "Cancel"Colin Ian King1-2/+2
2017-05-15staging: rtl8723bs: checkpatch - fix typos in commentsMatthew Giassa1-8/+8
2017-05-15staging: rtl8723bs: checkpatch - remove mixed spaces/hard-tabsMatthew Giassa1-15/+15
2017-05-15staging: rtl8723bs: checkpatch - remove multiple blank linesMatthew Giassa1-5/+0
2017-05-15staging: rtl8723bs: Do not use assignment in if conditionJustin Vreeland1-1/+2
2017-05-15staging: rtl8723bs: Fix spacing around '<'Justin Vreeland1-1/+1
2017-05-15staging: rtl8723bs: Fix pointer styleJustin Vreeland1-3/+3
2017-05-15staging: rtl8723bs: Move braces to same line as conditionalJustin Vreeland3-21/+18
2017-05-15staging: rtl8723bs: Macros with complex values should be enclosed in parenthesesJustin Vreeland1-1/+4
2017-05-15staging: rtl8723bs: Wrap multi-line macros in do-while loopJustin Vreeland1-36/+45
2017-05-15staging: rtl8723bs: Fix initialization of static variablesJustin Vreeland4-8/+8
2017-05-15staging: rtl8723bs: Fix coding style issuesAdheer Chandravanshi1-13/+10
2017-05-15staging: rtl8723bs: Fix checkpatch space errors in os_dep/sdio_ops_linux.cBingyu Zhou1-12/+12
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds174-0/+109150
2017-04-28staging: rtl8723bs: declare private function as staticKenneth Hsu1-1/+2
2017-04-28staging: rtl8723bs: Fix assignment in if condition in os_dep/sdio_intf.cBingyu Zhou1-5/+10
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann11-59/+62
2017-04-28staging: rtl8723bs: fix empty-body warningArnd Bergmann3-12/+14
2017-04-18staging: rtl8723bs: clean up identical code on an if statementColin Ian King1-5/+1
2017-04-18staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0Colin Ian King1-3/+3
2017-04-14staging: rtl8723bs: ensure cmd is large enough for %4s scanf formatColin Ian King1-1/+1
2017-04-11staging: rtl8723bs: fix spelling mistake: "acquire"Colin Ian King1-1/+1
2017-04-11staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King3-3/+8
2017-04-11staging: rtl8723bs: force driver to be built as a module.Greg Kroah-Hartman1-0/+1
2017-04-11staging: rtl8723bs: remove null test before kfreeAishwarya Pant5-37/+15
2017-04-11staging: rtl8723bs: Add missing include <linux/of.h> to fix compile errorHans de Goede1-1/+1
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testsJulia Lawall1-4/+2
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testJulia Lawall1-2/+1
2017-04-09staging: rtl8723bs: Fix indenting error in core/rtw_pwrctrl.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_odm.cLarry Finger1-4/+6
2017-04-09staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rtw_mlme_ext.cLarry Finger1-13/+12
2017-04-09staging: rtl8723bs: Fix white-space errors in core/rtw_recv.cLarry Finger1-13/+8
2017-04-09staging: rtl8723bs: Fix some white-space errors in core/rtw_security.cLarry Finger1-240/+229
2017-04-09staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix some indenting problems and a potential data overrunLarry Finger1-5/+5
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.cLarry Finger1-19/+18
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.cLarry Finger1-8/+5
2017-04-09staging: rtl8723bs: Fix indenting mistake in core/rtw_ap.cLarry Finger1-52/+47
2017-04-09staging: rtl8723bs: Fix possible usage of NULL pointer in core/rtw_debug.cLarry Finger1-1/+0
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_xmit.cLarry Finger1-5/+5
2017-04-09staging: rtl8723bs: Fix indenting problem for hal/hal_com.cLarry Finger1-5/+5
2017-04-09staging: rtl8723bs: Fix indening problem in hal/hal_com_phycfg.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix indenting problems in hal/HalHWImg8723B_BB.cLarry Finger1-3/+3
2017-04-09staging: rtl8723bs: Fix potential usage while NULL error in hal/rtl8723b_hal_init.cLarry Finger1-6/+7
2017-04-09staging: rtl8723bs: Fix various errors in os_dep/ioctl_cfg80211.cLarry Finger2-25/+15
2017-04-09staging: rtl8723bs: Fix indenting mistake in os_dep/mlme_linux.cLarry Finger1-2/+2
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/os_intfs.cLarry Finger1-1/+1
2017-04-09staging: rtl8723bs: Fix dereference before check warning in os_dep/recv_linux.cLarry Finger1-2/+1
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/rtw_proc.cLarry Finger1-1/+2
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/xmit_linux.cLarry Finger1-1/+1