aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-01staging: rtlwifi: don't check the return value of debugfs_create_fileGreg Kroah-Hartman1-6/+3
2018-05-31staging: rtlwifi: use single_open and single_release properlyTiezhu Yang1-4/+6
2018-05-25staging: rtlwifi: fix spelling mistake: "Platfoem" -> "Platform"Colin Ian King1-1/+1
2018-05-11staging: rtlwifi: fix spelling mistake: "traking" -> "tracking"Colin Ian King1-1/+1
2018-05-06staging: r8822be: fix typo in variable name "offest" -> "offset"Colin Ian King1-17/+17
2018-05-06staging: rtlwifi: Replace license boilerplate with SPDX identifiersNathan Chancellor177-2124/+177
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-29staging: r8822be: fix typos in header guard macrosColin Ian King2-2/+2
2018-03-06staging: rtlwifi: Remove nonessential semicolonArushi Singhal2-4/+3
2018-03-06staging: rtlwifi: remove unneeded semicolonSantha Meena Ramamoorthy2-2/+2
2018-03-06staging: rtlwifi: remove condition where it has no effectSantha Meena Ramamoorthy1-6/+2
2018-02-16staging: rtlwifi: add identifier names to function definition argumentsErik Liodden1-14/+15
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-01-26staging: rtlwifi: remove redundant initialization of 'cfg_cmd'Colin Ian King1-1/+1
2018-01-25staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_STCorentin Labbe1-10/+0
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada1-1/+1
2018-01-08Staging: rtlwifi: Remove unused variable and the codeShreeya Patel1-19/+1
2017-11-28staging: rtl8822be: fix missing null check on dev_alloc_skb returnColin Ian King1-0/+2
2017-11-27staging: rtlwifi: rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann2-7/+3
2017-11-27staging: rtlwifi: remove redundant assignments to ul_enc_algoColin Ian King1-2/+2
2017-11-03staging: rtl8822be: fix wrong dma unmap lenStanislaw Gruszka1-1/+1
2017-11-03staging: rtlwifi: Remove unused variableKees Cook1-1/+0
2017-11-03Staging: rtlwifi: pci: fixed a coding style issueWoohyung Jeon1-1/+1
2017-10-18staging: r8822be: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-18staging: rtlwifi: phydm: Remove useless parenthesesFrank A. Cancio Bello5-22/+22
2017-10-18staging: rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello4-35/+35
2017-10-18rtlwifi: Fix typo in if ... else if ... else constructLarry Finger1-2/+2
2017-10-18staging: rtlwifi: halmac: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-18staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva1-3/+1
2017-10-18staging: rtlwifi: Convert timers to use timer_setup()Kees Cook6-48/+15
2017-10-18staging: rtlwifi: rtl8822be: Align the * in block commentFrank A. Cancio Bello1-3/+3
2017-10-18staging: rtlwifi: rtl8822be: Remove useless parenthesesFrank A. Cancio Bello4-17/+17
2017-10-18staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded nameFrank A. Cancio Bello1-3/+3
2017-10-18staging: rtlwifi: rtl8822be: Balance braces in else statementFrank A. Cancio Bello2-2/+4
2017-10-18staging: rtl8822be: Keep array subscript no lower than zeroLarry Finger1-0/+2
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2-8/+9
2017-10-03staging: rtlwifi: pr_err() strings should end with newlinesArvind Yadav2-5/+5
2017-10-03staging: rtlwifi: make various structures staticColin Ian King1-16/+16
2017-10-03staging: rtlwifi: silence underflow warningDan Carpenter1-1/+2
2017-10-03staging: rtlwifi: use ARRAY_SIZEJérémy Lefaure4-18/+13
2017-09-22Staging: rtlwifi: halmac: Remove unnecessary 'out of memory' messagesGeorgiana Chelu1-33/+11
2017-09-18staging: r8822be: fix null pointer dereferences with a null driver_adapterColin Ian King2-8/+9
2017-09-17Staging: rtlwifi: Remove unnecessary 'out of memory' message.Shreeya Patel1-3/+1
2017-09-17staging: rtlwifi: remove unused functionsTobin C. Harding2-41/+0
2017-09-17staging: rtlwifi: use kcalloc instead of multiplyTobin C. Harding1-3/+2
2017-09-17staging: rtlwifi: fix parenthesis alignmentTobin C. Harding1-3/+3
2017-08-31staging: r8822be: Simplify deinit_priv()Larry Finger1-7/+1
2017-08-31staging: r8822be: Remove some dead codeLarry Finger1-20/+0
2017-08-29staging: rtlwifi: remove memset before memcpyHimanshu Jha1-1/+0