summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0714-228/+154
|\
| * Staging: rtl8192u: ieee80211: Fix if-else indentation warningPuranjay Mohan2019-05-021-2/+2
| * Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesPuranjay Mohan2019-05-021-5/+5
| * staging: rtl8192u: ieee80211: Resolve ERROR reported by checkpatchVandana BN2019-05-011-20/+20
| * staging: rtl8192u: ieee80211: Fix spelling mistakeVatsala Narang2019-04-301-1/+2
| * staging: rtl8192u: ieee80211: Replace bit shifting with BIT macroVatsala Narang2019-04-301-4/+4
| * staging: rtl8192u: ieee80211: add space around '==' and before '('Caio Salvador Rohwedder2019-04-161-1/+1
| * staging: rtl8192u: Add missing spaceGabriel Siqueira2019-04-161-2/+2
| * staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-0311-72/+11
| * staging: rtl8192u: ieee80211: ieee80211_crypt_tkip.c: Replace bit shifting wi...Payal Kshirsagar2019-04-021-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Replace bit shifting wi...Payal Kshirsagar2019-04-021-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT m...Payal Kshirsagar2019-04-021-16/+16
| * Staging: rtl8192u: ieee80211: Remove custom macro IEEE80211_DEBUGMadhumitha Prabakaran2019-03-291-6/+2
| * staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonVatsala Narang2019-03-291-7/+6
| * staging: rtl8192u: ieee80211: ieee80211_wx: add space before open braceJulius Hemanth Pitti2019-03-291-7/+5
| * staging: rtl8192u: Remove typedef for struct.Sanjana Sanikommu2019-03-271-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces.Sanjana Sanikommu2019-03-211-2/+1
| * staging: rtl8192u: ieee80211: ieee80211_tx.c: Adjust space around else.Sanjana Sanikommu2019-03-201-1/+1
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Fix NULL comparisions.Sanjana Sanikommu2019-03-201-2/+2
| * staging: rtl8192u: Add required spaces before open parenthesisSidong Yang2019-03-182-45/+45
| * staging: rtl8192u: Adjust 'if' to follow Kernel coding StyleBhanusree Pola2019-03-181-8/+2
| * staging: rtl8192u: Remove casts on the return values of list_entryBhanusree Pola2019-03-182-6/+6
| * staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRYBhanusree Pola2019-03-183-14/+14
| * staging: rtl8192u: Remove typedef for struct _RT_LINK_DETECT_TBhanusree Pola2019-03-181-3/+3
| * staging: rtl8192u: Remove typedef for struct _RT_POWER_SAVE_CONTROLBhanusree Pola2019-03-181-4/+4
| * staging: rtl8192u: Remove typedef for struct _IbssParmsBhanusree Pola2019-03-181-3/+3
| * staging: rtl8192u: Remove typedef for struct _bandwidth_autoswitchBhanusree Pola2019-03-181-3/+3
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2914-515/+348
|\
| * staging:rtl8192u: Correct comparison with NULL - StyleJohn Whitmore2018-10-091-1/+1
| * staging:rtl8192u: Correct code alignment - StyleJohn Whitmore2018-10-091-1/+1
| * staging:rtl8192u: Remove unnecessary line continuation - StyleJohn Whitmore2018-10-091-2/+1
| * staging:rtl8192u: Add missing blank lines - StyleJohn Whitmore2018-10-091-0/+2
| * staging:rtl8192u: Correct code indentation - StyleJohn Whitmore2018-10-091-3/+3
| * staging:rtl8192u: Add spaces around + operator - StyleJohn Whitmore2018-10-091-1/+1
| * staging:rtl8192u: Remove extra blank lines - StyleJohn Whitmore2018-10-091-3/+0
| * staging:rtl8192u: Clear error with line ending ( - StyleJohn Whitmore2018-10-091-3/+3
| * staging:rtl8192u: Removed commented out include - StyleJohn Whitmore2018-10-091-2/+1
| * staging:rtl8192u: Add missing SPDX-License-Identifier - StyleJohn Whitmore2018-10-091-0/+1
| * staging:rtl8192u: Remove potential memory leakJohn Whitmore2018-09-281-0/+5
| * staging:rtl8192u: Move HTSetConnectBwModeCallback() - StyleJohn Whitmore2018-09-282-25/+23
| * staging:rtl8192u: Remove definition of HTSetConnectBwMode - StyleJohn Whitmore2018-09-281-1/+0
| * staging:rtl8192u: Make HTMcsToDataRate static - StyleJohn Whitmore2018-09-282-2/+1
| * staging:rtl8192u: Remove HTHalfMcsToDataRate() - StyleJohn Whitmore2018-09-282-58/+0
| * staging: rtl8192u: ieee80221: Add missing spaceSidong Yang2018-09-101-5/+5
| * staging:rtl8192u: Rename member pDot11dInfo - StyleJohn Whitmore2018-09-104-39/+39
| * staging:rtl8192u: Refactor member variable enabled - StyleJohn Whitmore2018-09-102-3/+3
| * staging:rtl8192u: Rename dot11d_init to fix name clashJohn Whitmore2018-09-102-4/+4
| * staging:rtl8192u: Remove commented out code and indent - StyleJohn Whitmore2018-08-271-27/+20