aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-28staging: r8822be: remove some dead codeDan Carpenter1-7/+0
2017-08-28staging: r8822be: fix null pointer dereference with a null driver_adapterColin Ian King1-2/+1
2017-08-28staging: r8822be: fix memory leak of eeprom_map on error exit returnColin Ian King1-1/+3
2017-08-28staging: rtlwifi: Improve debugging by using debugfsLarry Finger1-91/+135
2017-08-28staging: rtlwifi: check for array overflowDan Carpenter1-0/+4
2017-08-27staging: r8822be: remove unnecessary call to memsetHimanshu Jha2-7/+0
2017-08-23staging: rtlwifi: add MAC80211 dependencyArnd Bergmann1-1/+1
2017-08-23staging: rtlwifi: simplify logical operationArnd Bergmann1-3/+1
2017-08-23staging: rtlwifi: shut up -Wmaybe-uninitialized warningArnd Bergmann1-10/+7
2017-08-22staging: r8822be: fix a couple of spelling mistakesColin Ian King2-9/+9
2017-08-22staging: rtlwifi: fix multiple build errorsRandy Dunlap1-1/+1
2017-08-20staging: rtlwifi: Reviewers fixesLarry Finger4-21/+17
2017-08-20staging: r8822be: Add Makefiles and Kconfig for new driverLarry Finger7-246/+134
2017-08-20staging: r8822be: Add the driver codePing-Ke Shih14-0/+9647
2017-08-20staging: r8822be: Add phydm mini driverPing-Ke Shih76-0/+33395
2017-08-20staging: r8822be: Add code for halmac sub-driverPing-Ke Shih54-0/+51508
2017-08-20staging: r8822be: Add r8822be btcoexist routines to stagingPing-Ke Shih6-0/+11513
2017-08-20staging: r8822be: Copy existing btcoexist code into stagingLarry Finger5-0/+3602
2017-08-20staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driverPing-Ke Shih22-0/+16379