summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-01staging: rtlwifi: don't check the return value of debugfs_create_fileGreg Kroah-Hartman-6/+3
2018-05-31staging: rtlwifi: use single_open and single_release properlyTiezhu Yang-4/+6
2018-05-25staging: rtlwifi: fix spelling mistake: "Platfoem" -> "Platform"Colin Ian King-1/+1
2018-05-11staging: rtlwifi: fix spelling mistake: "traking" -> "tracking"Colin Ian King-1/+1
2018-05-06staging: r8822be: fix typo in variable name "offest" -> "offset"Colin Ian King-17/+17
2018-05-06staging: rtlwifi: Replace license boilerplate with SPDX identifiersNathan Chancellor-2124/+177
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-1/+0
2018-03-29staging: r8822be: fix typos in header guard macrosColin Ian King-2/+2
2018-03-06staging: rtlwifi: Remove nonessential semicolonArushi Singhal-4/+3
2018-03-06staging: rtlwifi: remove unneeded semicolonSantha Meena Ramamoorthy-2/+2
2018-03-06staging: rtlwifi: remove condition where it has no effectSantha Meena Ramamoorthy-6/+2
2018-02-16staging: rtlwifi: add identifier names to function definition argumentsErik Liodden-14/+15
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-1/+1
2018-01-26staging: rtlwifi: remove redundant initialization of 'cfg_cmd'Colin Ian King-1/+1
2018-01-25staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_STCorentin Labbe-10/+0
2018-01-22kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada-1/+1
2018-01-08Staging: rtlwifi: Remove unused variable and the codeShreeya Patel-19/+1
2017-11-28staging: rtl8822be: fix missing null check on dev_alloc_skb returnColin Ian King-0/+2
2017-11-27staging: rtlwifi: rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann-7/+3
2017-11-27staging: rtlwifi: remove redundant assignments to ul_enc_algoColin Ian King-2/+2
2017-11-03staging: rtl8822be: fix wrong dma unmap lenStanislaw Gruszka-1/+1
2017-11-03staging: rtlwifi: Remove unused variableKees Cook-1/+0
2017-11-03Staging: rtlwifi: pci: fixed a coding style issueWoohyung Jeon-1/+1
2017-10-18staging: r8822be: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2017-10-18staging: rtlwifi: phydm: Remove useless parenthesesFrank A. Cancio Bello-22/+22
2017-10-18staging: rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello-35/+35
2017-10-18rtlwifi: Fix typo in if ... else if ... else constructLarry Finger-2/+2
2017-10-18staging: rtlwifi: halmac: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2017-10-18staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva-3/+1
2017-10-18staging: rtlwifi: Convert timers to use timer_setup()Kees Cook-48/+15
2017-10-18staging: rtlwifi: rtl8822be: Align the * in block commentFrank A. Cancio Bello-3/+3
2017-10-18staging: rtlwifi: rtl8822be: Remove useless parenthesesFrank A. Cancio Bello-17/+17
2017-10-18staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded nameFrank A. Cancio Bello-3/+3
2017-10-18staging: rtlwifi: rtl8822be: Balance braces in else statementFrank A. Cancio Bello-2/+4
2017-10-18staging: rtl8822be: Keep array subscript no lower than zeroLarry Finger-0/+2
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman-8/+9
2017-10-03staging: rtlwifi: pr_err() strings should end with newlinesArvind Yadav-5/+5
2017-10-03staging: rtlwifi: make various structures staticColin Ian King-16/+16
2017-10-03staging: rtlwifi: silence underflow warningDan Carpenter-1/+2
2017-10-03staging: rtlwifi: use ARRAY_SIZEJérémy Lefaure-18/+13
2017-09-22Staging: rtlwifi: halmac: Remove unnecessary 'out of memory' messagesGeorgiana Chelu-33/+11
2017-09-18staging: r8822be: fix null pointer dereferences with a null driver_adapterColin Ian King-8/+9
2017-09-17Staging: rtlwifi: Remove unnecessary 'out of memory' message.Shreeya Patel-3/+1
2017-09-17staging: rtlwifi: remove unused functionsTobin C. Harding-41/+0
2017-09-17staging: rtlwifi: use kcalloc instead of multiplyTobin C. Harding-3/+2
2017-09-17staging: rtlwifi: fix parenthesis alignmentTobin C. Harding-3/+3
2017-08-31staging: r8822be: Simplify deinit_priv()Larry Finger-7/+1
2017-08-31staging: r8822be: Remove some dead codeLarry Finger-20/+0
2017-08-29staging: rtlwifi: remove memset before memcpyHimanshu Jha-1/+0