aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King1-1/+1
2022-04-08staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever1-8/+5
2019-08-25staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan1-4/+0
2018-09-28staging:rtl8192u: Move HTSetConnectBwModeCallback() - StyleJohn Whitmore1-24/+23
2018-09-28staging:rtl8192u: Remove definition of HTSetConnectBwMode - StyleJohn Whitmore1-1/+0
2018-09-28staging:rtl8192u: Make HTMcsToDataRate static - StyleJohn Whitmore1-1/+1
2018-09-28staging:rtl8192u: Remove HTHalfMcsToDataRate() - StyleJohn Whitmore1-57/+0
2018-08-27staging:rtl8192u: Refactor struct HT_CAPABILITY_ELE - StyleJohn Whitmore1-18/+18
2018-08-27staging:rtl8192u: Remove enum CHNLOP - StyleJohn Whitmore1-1/+0
2018-08-02staging:rtl8192u: Rename octet_string members - StyleJohn Whitmore1-2/+2
2018-07-08staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore1-3/+3
2018-07-08staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore1-3/+3
2018-07-06staging: rtl8192u: Use memset to initialize memory, instead of loop.John Whitmore1-4/+1
2018-07-06staging: rtl8192u: Use __func__ instead of hardcoded string - StyleJohn Whitmore1-6/+18
2018-07-02staging: rtl8192u Remove redundant #include directiveJohn Whitmore1-1/+1
2018-06-26staging: rtl8192u: Correction of spelling mistake in comment.John Whitmore1-1/+1
2018-06-26staging: rtl8192u: Correct if statement - Coding StyleJohn Whitmore1-1/+1
2018-06-26staging: rtl8192u: Remove braces from single statement blocks - StyleJohn Whitmore1-8/+4
2018-06-26staging: rtl8192u: Truncate block comments to 80 character length - StyleJohn Whitmore1-43/+63
2018-06-26staging: rtl8192u: Correct indentation of switch statement - Coding StyleJohn Whitmore1-15/+15
2018-06-26staging: rtl8192u: change block comments to prefered style - Coding StyleJohn Whitmore1-171/+195
2018-06-17staging: rtl8192e: remove unnecessary parentheses - Coding StyleJohn Whitmore1-6/+6
2018-06-17staging: rtl8192e: Optimise Comparison to NULL tests - Coding StyleJohn Whitmore1-5/+5
2018-06-17staging: rtl8192e: Correct declaration of HTResetIOTSetting - Coding StyleJohn Whitmore1-3/+1
2018-06-17staging: rtl8192e: Remove unrequired space at start of line - Coding StyleJohn Whitmore1-1/+1
2018-06-17staging: rtl8192e: Correct alignment of if statements - Coding StyleJohn Whitmore1-8/+8
2018-06-17staging: rtl8192e: Remove unnecessary return statements - Coding styleJohn Whitmore1-4/+0
2018-06-17staging: rtl8192e: Addition of prefered spacing - Coding styleJohn Whitmore1-11/+11
2018-06-17staging: rtl8192e: Add and remove blank lines - Coding styleJohn Whitmore1-48/+16
2018-06-01staging: rtl8192e: Correct indentation of switch statements - coding styleJohn Whitmore1-24/+24
2018-06-01staging: rtl8192e: correct position of '{', '}', '(' and ')' - coding styleJohn Whitmore1-138/+79
2018-06-01staging: rtl8192e: Add spaces where required by coding standardJohn Whitmore1-63/+63
2018-05-20staging: rtl8192e: Add blank space before '(' - coding style.John Whitmore1-83/+83
2018-05-20staging: rtl8192e: Remove blank space before ', ' - coding style.John Whitmore1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-27staging: rtl8192u: fix spelling mistake: "Senondary" -> "Secondary"Colin Ian King1-1/+1
2017-03-06staging: rtl8192u: Remove ternary operatorGargi Sharma1-8/+7
2015-07-22staging: rtl8192u: remove bool comparisonsLuis de Bethencourt1-7/+7
2015-07-14drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald1-1/+1
2015-03-26Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed1-9/+9
2015-03-16Staging: rtl8192u: Remove unnecessary variableCristina Opriceana1-8/+3
2015-02-26staging: rtl8192u: rewrite the right hand side of an assignmentAya Mahfouz1-1/+1
2014-10-29staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-7/+4
2014-09-08drivers: staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-2/+2
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-5/+5
2014-05-23staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine1-2/+1
2014-03-16staging: rtl8192u: Deleted 'HTUseDefaultSetting' function in ieee80211/rtl819x_HTProc.cAna Rey1-45/+0
2014-03-16staging: rtl8192u: make in ieee80211/rtl819x_HTProc.c some local functions staticAna Rey1-11/+14
2013-05-13STAGING: rtl8192u: fix checkpatch error by adding space after switchXenia Ragiadakou1-3/+3