aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-230/+171
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook3-26/+20
2017-11-03staging: rtl8723bs: Fix space before '[' error.Arvind Yadav1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReqAastha Gupta1-3/+1
2017-10-18staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta1-1/+1
2017-10-18staging: rtl8723bs: Add space after ','Harsha Sharma1-6/+6
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-0/+2
2017-10-03staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure1-5/+6
2017-09-22staging: rtl8723bs: add missing range check on idColin Ian King1-0/+2
2017-09-18Staging: rtl8723bs/os_dep: Remove typecast in kfreeMeghana Madhyastha1-1/+1
2017-09-18staging: rtl8723bs: Merge assignment with returnHarsha Sharma1-16/+4
2017-09-17staging: rtl8723bs: Change coding style to (foo *bar)Harsha Sharma1-4/+4
2017-09-17staging: rtl8723bs: Remove unnecessary spacesHarsha Sharma1-15/+15
2017-09-17staging: rtl8723bs: Remove unnecessary blank linesHarsha Sharma1-9/+0
2017-09-17staging: rtl8723bs: Remove unneccesary braces and change position of open braceHarsha Sharma1-44/+19
2017-09-17staging: rtl8723bs: Add space between concatenated stringsHarsha Sharma1-25/+25
2017-09-17staging: rtl8723bs: Remove unnecessary spaces at the start of lineHarsha Sharma1-1/+1
2017-09-17staging: rtl8723bs: Add spaces around '?', '==', '||', '!='Harsha Sharma1-6/+6
2017-09-17staging: rtl8723bs: Add spaces around '+', '|', '*'Harsha Sharma1-6/+6
2017-09-17staging: rtl8723bs: Add spaces around '='Harsha Sharma1-10/+10
2017-09-17staging: rtl8723bs: Do not initialise statics to 0Harsha Sharma1-24/+24
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches4-18/+17
2017-09-17staging: rtl8723bs: convert private allocation functions to return void *Joe Perches1-10/+5
2017-08-29staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha4-6/+6
2017-08-28staging: rtl8723bs: remove memset before memcpyHimanshu Jha1-2/+0
2017-08-27staging: rtl8723bs: remove null check before kfreeHimanshu Jha1-12/+6
2017-08-18rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet1-698/+298
2017-08-18Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek1-5/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2017-06-23staging: rtl8723bs: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-7/+7
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-08net: Fix build regression in rtl8723bs staging driver.David S. Miller2-3/+2
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman1-1/+0
2017-05-15staging: rtl8723bs: remove re-positioned call to kfree in os_dep/ioctl_cfg80211.cIan W MORRISON1-1/+0
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 Torvalds12-0/+14948
2017-04-28staging: rtl8723bs: Fix assignment in if condition in os_dep/sdio_intf.cBingyu Zhou1-5/+10