summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)Author
2019-12-05staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede
2019-12-05staging: rtl8723bs: Drop ACPI device idsHans de Goede
2018-12-17staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET
2018-12-05staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22staging: rtl8723bs: add missing range check on idColin Ian King
2017-08-29staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha
2017-08-28staging: rtl8723bs: remove memset before memcpyHimanshu Jha
2017-08-27staging: rtl8723bs: remove null check before kfreeHimanshu Jha
2017-08-18rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet
2017-08-18Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-23staging: rtl8723bs: Remove unnecessary cast in kfreeAmitoj Kaur Chawla
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman
2017-06-18Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-14Staging: rtl8723bs: fix an error code in isFileReadable()Dan Carpenter
2017-06-14staging: rtl8723bs: wifi_regd.c: insert blank line after declarationsFabian Wolff
2017-06-14staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesisFabian Wolff
2017-06-14staging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer argum...Fabian Wolff
2017-06-14staging: rtl8723bs: wifi_regd.c: fix comment formattingFabian Wolff
2017-06-14staging: rtl8723bs: wifi_regd.c: put spaces around binary operatorsFabian Wolff
2017-06-13staging: rtl8723bs: wifi_regd.c: remove superfluous bracesFabian Wolff
2017-06-13staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should...Fabian Wolff
2017-06-08net: Fix build regression in rtl8723bs staging driver.David S. Miller
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman
2017-05-15staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg802...Ian W MORRISON
2017-05-15staging: rtl8723bs: Fix checkpatch space errors in os_dep/sdio_ops_linux.cBingyu Zhou
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-14staging: rtl8723bs: ensure cmd is large enough for %4s scanf formatColin Ian King
2017-04-11staging: rtl8723bs: fix spelling mistakes in RT_TRACE messagesColin Ian King
2017-04-11staging: rtl8723bs: remove null test before kfreeAishwarya Pant
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