summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)Author
2017-06-18Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-14Staging: rtl8723bs: fix an error code in isFileReadable()Dan Carpenter
2017-06-08net: Fix build regression in rtl8723bs staging driver.David S. Miller
2017-05-15staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg802...Ian W MORRISON
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-28staging: rtl8723bs: declare private function as staticKenneth Hsu
2017-04-28staging: rtl8723bs: Fix assignment in if condition in os_dep/sdio_intf.cBingyu Zhou
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann
2017-04-28staging: rtl8723bs: fix empty-body warningArnd Bergmann
2017-04-18staging: rtl8723bs: clean up identical code on an if statementColin Ian King
2017-04-18staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0Colin Ian King
2017-04-14staging: rtl8723bs: ensure cmd is large enough for %4s scanf formatColin Ian King
2017-04-11staging: rtl8723bs: fix spelling mistake: "acquire"Colin Ian King
2017-04-11staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King
2017-04-11staging: rtl8723bs: force driver to be built as a module.Greg Kroah-Hartman
2017-04-11staging: rtl8723bs: remove null test before kfreeAishwarya Pant
2017-04-11staging: rtl8723bs: Add missing include <linux/of.h> to fix compile errorHans de Goede
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testsJulia Lawall
2017-04-09staging: rtl8723bs: core: rtw_cmd: drop unneeded null testJulia Lawall
2017-04-09staging: rtl8723bs: Fix indenting error in core/rtw_pwrctrl.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_odm.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting errors and an off-by-one mistake in core/rt...Larry Finger
2017-04-09staging: rtl8723bs: Fix white-space errors in core/rtw_recv.cLarry Finger
2017-04-09staging: rtl8723bs: Fix some white-space errors in core/rtw_security.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting problem in core/rtw_sta_mgt.cLarry Finger
2017-04-09staging: rtl8723bs: Fix some indenting problems and a potential data overrunLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_mlme.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting mistakes in core/rtw_ieee80211.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting mistake in core/rtw_ap.cLarry Finger
2017-04-09staging: rtl8723bs: Fix possible usage of NULL pointer in core/rtw_debug.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting problems in core/rtw_xmit.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting problem for hal/hal_com.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indening problem in hal/hal_com_phycfg.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting problems in hal/HalHWImg8723B_BB.cLarry Finger
2017-04-09staging: rtl8723bs: Fix potential usage while NULL error in hal/rtl8723b_hal_...Larry Finger
2017-04-09staging: rtl8723bs: Fix various errors in os_dep/ioctl_cfg80211.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting mistake in os_dep/mlme_linux.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/os_intfs.cLarry Finger
2017-04-09staging: rtl8723bs: Fix dereference before check warning in os_dep/recv_linux.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/rtw_proc.cLarry Finger
2017-04-09staging: rtl8723bs: Fix indenting warning in os_dep/xmit_linux.cLarry Finger
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede