summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/hal
AgeCommit message (Expand)AuthorFilesLines
2018-05-25staging: rtl8723bs: Fix camel-case in 'struct rt_firmware_hdr'.Quytelda Kahja1-7/+7
2018-05-25staging: rtl8723bs: Fix camel-case in 'struct rt_firmware'.Quytelda Kahja1-8/+8
2018-05-25staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.Quytelda Kahja1-1/+1
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor65-585/+65
2018-05-07staging: rtl8723bs: fix spelling mistakes: "dismatch" and "Inviation"Colin Ian King1-1/+1
2018-03-29staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja1-27/+0
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja5-78/+84
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja5-42/+43
2018-03-29staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja1-26/+69
2018-03-29staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja1-8/+22
2018-03-29staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja1-7/+0
2018-03-29staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja1-16/+16
2018-03-29staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja1-6/+5
2018-03-06staging: rtl8723bs: Remove unnecessary semicolon.Arushi Singhal1-1/+1
2018-03-01staging: rtl8723bs: use kmemdup for allocation and copyDafna Hirschfeld1-2/+1
2018-01-26staging: rtl8723bs: remove a couple of redundant initializationsColin Ian King1-1/+1
2018-01-25Staging: rtl8723bs: Use !x instead of NULL comparisonShreeya Patel1-8/+8
2018-01-25Staging: rtl8723bs: Remove dead codeShreeya Patel1-15/+0
2018-01-25Staging: rtl8723bs: Change names to conform to the kernel codeShreeya Patel1-357/+357
2018-01-22staging: rtl8723bs: hal_com_phycfg: Remove unneeded semicolonsChristopher Díaz Riveros1-9/+7
2018-01-10staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-10staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-12-19Staging: rtl8723bs: Replace true with x and false with !xShreeya Patel1-16/+14
2017-12-13Staging: rtl8723bs: Merge assignment with returnShreeya Patel1-35/+18
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-61/+73
2017-11-03staging: rtl8723bs: remove unused variablesArnd Bergmann1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18staging: rtl8723bs: Fix typos in printkMasanari Iida2-2/+2
2017-10-18staging: rtl8723bs: convert type to boolAastha Gupta1-1/+1
2017-10-18staging: rtl8723bs: remove ternary operators in assignmet statmentsAastha Gupta5-11/+8
2017-10-03staging: rtl8723bs: use ARRAY_SIZEJérémy Lefaure5-37/+56
2017-09-17staging: rtl8723bs: Remove unnecessary rtw_z?malloc castsJoe Perches2-6/+6
2017-08-29staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha8-46/+46
2017-06-23staging: rtl8723bs: hal: Use (true/false) in assignment to boolsimran singhal1-4/+4
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-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-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann2-6/+10
2017-04-28staging: rtl8723bs: fix empty-body warningArnd Bergmann2-11/+13
2017-04-11staging: rtl8723bs: fix spelling mistake: "acquire"Colin Ian King1-1/+1