summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2018-01-262-2/+2
* Staging: rtl8723bs: Use !x instead of NULL comparisonShreeya Patel2018-01-251-8/+8
* Staging: rtl8723bs: Remove dead codeShreeya Patel2018-01-251-15/+0
* Staging: rtl8723bs: Change names to conform to the kernel codeShreeya Patel2018-01-251-357/+357
* staging: rtl8723bs: hal_com_phycfg: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-221-9/+7
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-101-1/+1
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-101-1/+1
* staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt2018-01-091-1/+1
* Staging: rtl8723bs: Do not check for NOT NULL before kfree()Shreeya Patel2017-12-211-3/+1
* Staging: rtl8723bs: Replace true with x and false with !xShreeya Patel2017-12-191-16/+14
* Staging: rtl8723bs: Merge assignment with returnShreeya Patel2017-12-131-35/+18
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1342-536/+478
|\
| * staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook2017-11-0313-74/+69
| * staging: rtl8723bs: remove unused variablesArnd Bergmann2017-11-031-4/+0
| * staging: rtl8723bs: Fix space before '[' error.Arvind Yadav2017-11-031-3/+3
| * staging: rtl8723bs: Fix checkpatch.pl errorSidong Yang2017-11-031-3/+3
| * staging: rtl8723bs: hide "nolinked power save" info when not debuggingIcenowy Zheng2017-10-181-2/+2
| * staging: rtl8723bs: rtw_mlme_ext: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-1/+1
| * staging: rtl8723bs: Fix typos in printkMasanari Iida2017-10-182-2/+2
| * staging: rtl8723bs: remove implicit int->bool conversionsAishwarya Pant2017-10-181-4/+9
| * staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReqAastha Gupta2017-10-182-3/+2
| * staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta2017-10-187-11/+13
| * staging: rtl8723bs: convert type to boolAastha Gupta2017-10-182-2/+2
| * staging: rtl8723bs: Change type to boolAastha Gupta2017-10-181-4/+4
| * staging: rtl8723bs: remove unused variablesAastha Gupta2017-10-181-4/+0
| * staging: rtl8723bs: remove ternary operators in assignmet statmentsAastha Gupta2017-10-186-13/+11
| * staging: rtl8723bs: Add space after ','Harsha Sharma2017-10-181-6/+6
| * Staging: rtl8723bs: core: rtw_cmd: Remove cast to pointer types in kfreeSrishti Sharma2017-10-181-30/+30
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-092-2/+3
| |\
| * | staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure2017-10-038-48/+68
| * | Staging: rtl8723bs: Remove unnecessary commentsShreeya Patel2017-10-035-15/+0
| * | Staging: rtl8723bs: core: Remove boolean comparisonGeorgiana Chelu2017-09-261-32/+32
| * | Staging: rtl8723bs/os_dep: Remove typecast in kfreeMeghana Madhyastha2017-09-181-1/+1
| * | staging: rtl8723bs: Merge assignment with returnHarsha Sharma2017-09-181-16/+4
| * | staging: rtl8723bs: Change coding style to (foo *bar)Harsha Sharma2017-09-171-4/+4
| * | staging: rtl8723bs: Remove unnecessary spacesHarsha Sharma2017-09-171-15/+15
| * | staging: rtl8723bs: Remove unnecessary blank linesHarsha Sharma2017-09-171-9/+0
| * | staging: rtl8723bs: Remove unneccesary braces and change position of open braceHarsha Sharma2017-09-171-44/+19
| * | staging: rtl8723bs: Add space between concatenated stringsHarsha Sharma2017-09-171-25/+25
| * | staging: rtl8723bs: Remove unnecessary spaces at the start of lineHarsha Sharma2017-09-171-1/+1
| * | staging: rtl8723bs: Add spaces around '?', '==', '||', '!='Harsha Sharma2017-09-171-6/+6
| * | staging: rtl8723bs: Add spaces around '+', '|', '*'Harsha Sharma2017-09-171-6/+6
| * | staging: rtl8723bs: Add spaces around '='Harsha Sharma2017-09-171-10/+10
| * | staging: rtl8723bs: Do not initialise statics to 0Harsha Sharma2017-09-171-24/+24
| * | staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches2017-09-1713-97/+94
| * | staging: rtl8723bs: convert private allocation functions to return void *Joe Perches2017-09-172-12/+7
| * | staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches2017-09-173-9/+9
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| |/ |/|
* | staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King2017-09-221-2/+1
* | staging: rtl8723bs: add missing range check on idColin Ian King2017-09-221-0/+2
|/
OpenPOWER on IntegriCloud