aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2017-06-25staging: rtl8723bs - remove asm includesDerek Robson1-3/+3
2017-06-23staging: rtl8723bs: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-7/+7
2017-06-23staging: rtl8723bs: hal: Use (true/false) in assignment to boolsimran singhal1-4/+4
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+1
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman3-4/+3
2017-06-18Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-06-14Staging: rtl8723bs: fix an error code in isFileReadable()Dan Carpenter1-1/+1
2017-06-14staging: rtl8723bs: wifi_regd.c: insert blank line after declarationsFabian Wolff1-0/+1
2017-06-14staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesisFabian Wolff1-4/+5
2017-06-14staging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer argumentsFabian Wolff1-2/+2
2017-06-14staging: rtl8723bs: wifi_regd.c: fix comment formattingFabian Wolff1-8/+8
2017-06-14staging: rtl8723bs: wifi_regd.c: put spaces around binary operatorsFabian Wolff1-3/+3
2017-06-13staging: rtl8723bs: wifi_regd.c: remove superfluous bracesFabian Wolff1-4/+2
2017-06-13staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should start on a tabstop'Fabian Wolff1-3/+3
2017-06-13staging: rtl8723bs: Use vsnprintf extensions %pM and %pI4Joe Perches2-6/+6
2017-06-08net: Fix build regression in rtl8723bs staging driver.David S. Miller2-3/+2
2017-06-06staging: rtl8723bs: fix a couple of spelling mistakesColin Ian King1-2/+3
2017-06-04staging: rtl8723bs: fix another spelling mistakeColin Ian King1-1/+2
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman1-1/+0
2017-05-16Staging: rtl8723bs: core: rtw_mlme: Fix spelling issuesAmmly Fredrick1-14/+14
2017-05-15staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.cIan W MORRISON1-1/+0
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