summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
AgeCommit message (Expand)AuthorFilesLines
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan3-30/+22
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2021-01-31staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam1-14/+14
2020-10-26staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova1-2/+0
2020-10-26staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova1-6/+6
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers2-2/+2
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2020-09-16staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-11staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel2-119/+26
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-07-10staging: rtl8192u: remove GPL boiler plate textMichael Straube1-16/+0
2020-05-19staging: rtl8192u: Merge almost duplicate codePascal Terjan1-77/+49
2020-05-19staging: rtl8192u: Using comparison to true is error proneJohn Oldman1-2/+2
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed1-1/+1
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed3-16/+20
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed3-15/+10
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed3-14/+12
2020-03-19staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar1-1/+1
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-14/+14
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-15staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida1-32/+30
2020-01-10staging: rtl8192u: remove unused MakefileMasahiro Yamada1-27/+0
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook1-4/+3
2019-11-11staging: rtl8192u: Fix typo in commentXianting Tian1-1/+1
2019-09-30staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2-6/+6
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan4-62/+62
2019-08-25staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan4-31/+0
2019-08-25staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King1-1/+0
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan12-86/+86
2019-08-21staging: rtl8192u: fix macro alignment in ieee80211Stephen Brennan2-21/+22
2019-08-21staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan5-133/+73
2019-08-21staging: rtl8192u: ieee80211: remove set but not used variable 'data_len'YueHaibing1-2/+1
2019-08-18staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast1-115/+86
2019-08-12staging: rtl8192u: fix spacing errorsStephen Brennan1-255/+200
2019-07-25staging: rtl8192*: display ESSIDs using %pEJ. Bruce Fields1-1/+1
2019-06-20staging: rtl8192u: ieee80211: Remove redundant memsetHariprasad Kelam1-1/+0
2019-05-22staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor1-2/+1
2019-05-22Staging: rtl8192u: ieee80211: Replace function names in strings with "%s", __...Puranjay Mohan1-5/+5
2019-05-21Staging: rtl8192u: ieee80211: Fix if-else coding style issuePuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan4-20/+20
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style issues related to if elsePuranjay Mohan1-12/+6
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan1-4/+4
2019-05-20Staging: rtl8192u: ieee80211: Add spaces around '&&' operatorPuranjay Mohan1-7/+7
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style errorsPuranjay Mohan1-38/+20
2019-05-20Staging: rtl8192u: ieee80211: Fix spelling mistakePuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style warningPuranjay Mohan1-2/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-228/+154
2019-05-02Staging: rtl8192u: ieee80211: Fix if-else indentation warningPuranjay Mohan1-2/+2
2019-05-02Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesPuranjay Mohan1-5/+5
2019-05-01staging: rtl8192u: ieee80211: Resolve ERROR reported by checkpatchVandana BN1-20/+20