aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26Staging: rtl8188eu: replace kzalloc and memcpy by kmemdupNiranjan Dighe1-3/+2
2015-03-26Staging: rtl8188eu: remove dead codeMatteo Semenzato1-13/+4
2015-03-26Staging: rtl8188eu: Add new variable to make code compactVatika Harlalka1-78/+84
2015-03-26Staging: rtl8188eu: Refactor repititive code to loop to increase compactnessVatika Harlalka1-13/+13
2015-03-26Staging: rtl8188eu: Reduce line size to increase readabilityVatika Harlalka1-16/+34
2015-03-23Staging: rtl8188eu: Delete spaceHatice ERTÜRK1-4/+4
2015-03-20Staging: rtl8188eu: Remove extern as it is defined but never usedVatika Harlalka2-2/+0
2015-03-20Staging: rtl8188eu: Remove unused macrosVatika Harlalka1-22/+0
2015-03-20Staging: rtl8188eu: Remove unused extern declarations.Vatika Harlalka1-4/+0
2015-03-18Staging: rtl8188eu: Remove timer handler macrosVaishali Thakkar1-5/+0
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed11-42/+42
2015-03-16staging: rtl8188eu: remove break after returnSupriya Karanth1-1/+0
2015-03-16staging: rtl8188eu: remove intialization of static intsSupriya Karanth1-1/+1
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar12-49/+52
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar11-56/+82
2015-03-16drivers: staging: rtl8188eu: core: rtw_security: Fix misspelled wordIoana Ciornei1-6/+6
2015-03-16staging: rtl8188eu: use %pM specifier instead of passing direct valuesMike Krinkin1-4/+2
2015-03-15Staging: rtl8188eu: Remove unneeded return statementSomya Anand1-2/+0
2015-03-15Staging: rtl8188eu: Remove redundant local variableSomya Anand1-53/+28
2015-03-15staging: rtl8188eu: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-1/+2
2015-03-15staging: rtl8188eu: Use kcalloc instead of kzallocNavya Sri Nizamkari1-1/+1
2015-03-09drivers: staging: rtl8188eu: core: Removed unnecessary parenthesesTina Johnson1-2/+2
2015-03-09staging: rtl8188eu: Remove unneeded parenthesesSomya Anand1-1/+1
2015-03-06staging: rtl8188eu: Fix trivial typos in commentsYannick Guerrini2-13/+13
2015-03-06Staging: rtl8188eu: Remove unnecessary return statementsSomya Anand1-2/+0
2015-03-06Staging: rtl8188eu: Remove redundant local variableSomya Anand1-17/+7
2015-03-06staging: rtl8188eu: replace memset(x,0,ETH_ALEN)Aya Mahfouz1-4/+6
2015-03-06staging: rtl8188eu: remove extra parentheses around right bit shift operationsAya Mahfouz4-7/+8
2015-03-01staging: rtl8188eu: Remove memset.Navya Sri Nizamkari1-1/+0
2015-03-01staging: rtl8188eu: Add blank line after declarationsNavya Sri Nizamkari1-0/+1
2015-03-01staging: rtl8188eu: Compress two statements into one.Navya Sri Nizamkari1-9/+6
2015-03-01Staging: rtl8188eu: Remove unused variableVatika Harlalka1-9/+1
2015-03-01staging: rtl8188eu: os_dep: remove unused variableAya Mahfouz1-3/+1
2015-03-01Staging: rtl8188eu: Move variable assignmentVatika Harlalka1-1/+1
2015-03-01Staging: rtl8188eu: Remove braces from single statement blockVatika Harlalka1-2/+1
2015-02-26Staging: rtl8188eu: Remove unnecessary codeVatika Harlalka1-20/+1
2015-02-26staging: rtl8188eu: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2015-02-26staging: rtl8188eu: rewrite the right hand side of an assignmentAya Mahfouz1-1/+1
2015-02-26staging: rtl8188eu: rewrite the right hand side of an assignmentAya Mahfouz1-2/+2
2015-02-26staging: rtl8188eu: rewrite the right hand side of an assignmentAya Mahfouz1-1/+1
2015-02-26Staging: rtl8188eu: Replace if-else block with switch-caseVatika Harlalka1-8/+16
2015-02-26Staging: rtl8188eu: Refactor conditional code to increase readabilityVatika Harlalka1-9/+3
2015-02-26Staging: rtl8188eu: Combine two loops to increase readabilityVatika Harlalka1-3/+3
2015-02-26Staging: rtl8188eu: Remove unnecessary if conditionVatika Harlalka1-36/+1
2015-02-26Staging: rtl8188eu: Remove unused macrosKatie Dunne1-28/+0
2015-02-26Staging: rtl8188eu: Remove unnecessary variableVatika Harlalka1-3/+2
2015-02-26Staging: rtl8188eu: Refactored code to increase readilityVatika Harlalka1-20/+12
2015-02-26Staging: rtl8188eu: Replace ternary operator with existing macroVatika Harlalka1-3/+2
2015-02-26Staging: rtl8188eu: Remove redundant if conditionVatika Harlalka1-8/+2
2015-02-26Staging: rtl8188eu: Add blank line after declarationsMelike Yurtoglu1-0/+1