summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet2017-08-181-698/+298
* staging/rtl8723bs: Fix some coding style issues in rtw_odm.c.Tom Gardi2017-08-181-17/+21
* Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek2017-08-181-5/+5
* Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel2017-07-306-14/+14
* staging: rtl8723bs: fix build when DEBUG_RTL871X is definedStefan Assmann2017-07-301-2/+1
* staging: rtl8723bs: rtw_efuse: Fix a misspellXaralampos Mainas2017-07-301-1/+1
* staging: rtl8723bs: Place constant at the right.Shreeya Patel2017-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
| |\
| * | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1
| * | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* | | staging: rtl8723bs - remove asm includesDerek Robson2017-06-251-3/+3
* | | staging: rtl8723bs: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2017-06-231-7/+7
* | | staging: rtl8723bs: hal: Use (true/false) in assignment to boolsimran singhal2017-06-231-4/+4
* | | Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman2017-06-203-4/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-06-181-1/+1
| |\ \ | | |/ | |/|
| | * Staging: rtl8723bs: fix an error code in isFileReadable()Dan Carpenter2017-06-141-1/+1
| * | net: Fix build regression in rtl8723bs staging driver.David S. Miller2017-06-082-3/+2
| |/
* | staging: rtl8723bs: wifi_regd.c: insert blank line after declarationsFabian Wolff2017-06-141-0/+1
* | staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesisFabian Wolff2017-06-141-4/+5
* | staging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer argum...Fabian Wolff2017-06-141-2/+2
* | staging: rtl8723bs: wifi_regd.c: fix comment formattingFabian Wolff2017-06-141-8/+8
* | staging: rtl8723bs: wifi_regd.c: put spaces around binary operatorsFabian Wolff2017-06-141-3/+3
* | staging: rtl8723bs: wifi_regd.c: remove superfluous bracesFabian Wolff2017-06-131-4/+2
* | staging: rtl8723bs: wifi_regd.c: fix checkpatch.pl warning 'Statements should...Fabian Wolff2017-06-131-3/+3
* | staging: rtl8723bs: Use vsnprintf extensions %pM and %pI4Joe Perches2017-06-132-6/+6
* | staging: rtl8723bs: fix a couple of spelling mistakesColin Ian King2017-06-061-2/+3
* | staging: rtl8723bs: fix another spelling mistakeColin Ian King2017-06-041-1/+2
* | Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman2017-05-221-1/+0
|\ \ | |/
| * staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg802...Ian W MORRISON2017-05-151-1/+0
* | Staging: rtl8723bs: core: rtw_mlme: Fix spelling issuesAmmly Fredrick2017-05-161-14/+14
* | staging: rtl8188eu, rtl8723bs: fix spelling mistake "Cancle" -> "Cancel"Colin Ian King2017-05-151-2/+2
* | staging: rtl8723bs: checkpatch - fix typos in commentsMatthew Giassa2017-05-151-8/+8
* | staging: rtl8723bs: checkpatch - remove mixed spaces/hard-tabsMatthew Giassa2017-05-151-15/+15
* | staging: rtl8723bs: checkpatch - remove multiple blank linesMatthew Giassa2017-05-151-5/+0
* | staging: rtl8723bs: Do not use assignment in if conditionJustin Vreeland2017-05-151-1/+2
* | staging: rtl8723bs: Fix spacing around '<'Justin Vreeland2017-05-151-1/+1
* | staging: rtl8723bs: Fix pointer styleJustin Vreeland2017-05-151-3/+3
* | staging: rtl8723bs: Move braces to same line as conditionalJustin Vreeland2017-05-153-21/+18
* | staging: rtl8723bs: Macros with complex values should be enclosed in parenthesesJustin Vreeland2017-05-151-1/+4
* | staging: rtl8723bs: Wrap multi-line macros in do-while loopJustin Vreeland2017-05-151-36/+45
* | staging: rtl8723bs: Fix initialization of static variablesJustin Vreeland2017-05-154-8/+8
* | staging: rtl8723bs: Fix coding style issuesAdheer Chandravanshi2017-05-151-13/+10
* | staging: rtl8723bs: Fix checkpatch space errors in os_dep/sdio_ops_linux.cBingyu Zhou2017-05-151-12/+12
|/
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-11/+15
* staging: rtl8723bs: declare private function as staticKenneth Hsu2017-04-281-1/+2
* staging: rtl8723bs: Fix assignment in if condition in os_dep/sdio_intf.cBingyu Zhou2017-04-281-5/+10
* staging: rtl8723bs: rework debug configuration handlingArnd Bergmann2017-04-2811-59/+62
* staging: rtl8723bs: fix empty-body warningArnd Bergmann2017-04-283-12/+14
* staging: rtl8723bs: clean up identical code on an if statementColin Ian King2017-04-181-5/+1
OpenPOWER on IntegriCloud