summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/hal
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King2018-01-261-1/+1
* 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: 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-1313-61/+73
|\
| * staging: rtl8723bs: remove unused variablesArnd Bergmann2017-11-031-4/+0
| * staging: rtl8723bs: Fix typos in printkMasanari Iida2017-10-182-2/+2
| * staging: rtl8723bs: convert type to boolAastha Gupta2017-10-181-1/+1
| * staging: rtl8723bs: remove ternary operators in assignmet statmentsAastha Gupta2017-10-185-11/+8
| * staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure2017-10-035-37/+56
| * staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches2017-09-172-6/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha2017-08-298-46/+46
* staging: rtl8723bs: hal: Use (true/false) in assignment to boolsimran singhal2017-06-231-4/+4
* 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
* 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: rework debug configuration handlingArnd Bergmann2017-04-282-6/+10
* staging: rtl8723bs: fix empty-body warningArnd Bergmann2017-04-282-11/+13
* staging: rtl8723bs: fix spelling mistake: "acquire"Colin Ian King2017-04-111-1/+1
* staging: rtl8723bs: remove null test before kfreeAishwarya Pant2017-04-112-8/+4
* staging: rtl8723bs: Fix indenting problem for hal/hal_com.cLarry Finger2017-04-091-5/+5
* staging: rtl8723bs: Fix indening problem in hal/hal_com_phycfg.cLarry Finger2017-04-091-1/+1
* staging: rtl8723bs: Fix indenting problems in hal/HalHWImg8723B_BB.cLarry Finger2017-04-091-3/+3
* staging: rtl8723bs: Fix potential usage while NULL error in hal/rtl8723b_hal_...Larry Finger2017-04-091-6/+7
* staging: Add rtl8723bs sdio wifi driverHans de Goede2017-04-0866-0/+41865