summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: fix a dubious looking mask before a shiftColin Ian King2020-07-171-1/+1
* staging: rtl8192u: Using comparison to true is error proneJohn Oldman2020-07-101-2/+2
* staging: rtl8192u: remove copying fileMichael Straube2020-07-101-340/+0
* staging: rtl8192u: remove GPL boiler plate textMichael Straube2020-07-101-16/+0
* staging: rtl8192u: Merge almost duplicate codePascal Terjan2020-05-191-77/+49
* staging: rtl8192u: Using comparison to true is error proneJohn Oldman2020-05-191-2/+2
* Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed2020-03-261-1/+1
* Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed2020-03-263-16/+20
* Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed2020-03-263-15/+10
* Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed2020-03-263-14/+12
* staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar2020-03-191-1/+1
* staging: rtl8192u: r8192U_wx: use netdev_warn() instead of printk()Lourdes Pedrajas2020-03-181-1/+1
* staging: rtl8192u: Corrects 'Avoid CamelCase' for variablesCamylla Goncalves Cantanheide2020-03-171-26/+26
* staging: rtl8192u: Using function name as stringCamylla Goncalves Cantanheide2020-03-171-3/+3
* staging: rtl8192u: Replaces symbolic permissions with octal permissionsCamylla Goncalves Cantanheide2020-03-171-4/+4
* staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-14/+14
* staging: rtl8192u: Add space to fix style issueSumera Priyadarsini2020-02-091-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-296-75/+35
|\
| * staging: rtl8192u: simplify rtl819x_evm_dbtopercentage()Michael Straube2020-01-221-9/+2
| * staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida2020-01-151-32/+30
| * staging: rtl8192u: remove unneeded compiler flagsMasahiro Yamada2020-01-101-3/+0
| * staging: rtl8192u: remove header include path to ieee80211/Masahiro Yamada2020-01-104-4/+3
| * staging: rtl8192u: remove unused MakefileMasahiro Yamada2020-01-101-27/+0
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-162-8/+7
* staging: rtl8192u: fix indentation issueColin Ian King2019-11-151-12/+13
* staging: rtl8192u: Fix typo in commentXianting Tian2019-11-111-1/+1
* staging: rtl8192u: Fix indentation for cleaner codeSumera Priyadarsini2019-10-071-2/+2
* staging: rtl8192u: fix multiple memory leaks on error pathNavid Emamdoost2019-09-301-5/+12
* staging: rtl8192u: release memory on error pathNavid Emamdoost2019-09-301-0/+2
* staging: rtl8192u: Remove unnecessary line-breaks in function signaturesSumera Priyadarsini2019-09-301-17/+11
* staging: rtl8192u: Fix alignment to match open parenthesisSumera Priyadarsini2019-09-301-5/+5
* staging: rtl8192u: Remove unnecessary blank linesSumera Priyadarsini2019-09-301-70/+0
* staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2019-09-302-6/+6
* staging: rtl8192u: Fix indentationStephen Brennan2019-08-285-63/+63
* staging: rtl8192u: Add or remove blank lines as requiredSumera Priyadarsini2019-08-271-5/+3
* staging: rtl8192u: Add or remove spaces to fix style issuesSumera Priyadarsini2019-08-271-15/+15
* staging: rtl8192u: Add space around binary operatorsSumera Priyadarsini2019-08-251-3/+3
* staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan2019-08-256-187/+4
* staging: rtl8192u: Remove unnecessary blank linesSumera Priyadarsini2019-08-251-5/+0
* staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King2019-08-251-1/+0
* staging: rtl8192u: fix spacing in ieee80211Stephen Brennan2019-08-2112-86/+86
* staging: rtl8192u: fix macro alignment in ieee80211Stephen Brennan2019-08-212-21/+22
* staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan2019-08-215-133/+73
* staging: rtl8192u: ieee80211: remove set but not used variable 'data_len'YueHaibing2019-08-211-2/+1
* staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast2019-08-182-115/+88
* staging: rtl8192u: fix up indentation of a statementColin Ian King2019-08-151-2/+2
* staging: rtl8192u: fix spacing errorsStephen Brennan2019-08-121-255/+200
* staging: rtl8192u: null check the kzallocNavid Emamdoost2019-08-011-2/+9