aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_efuse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-13staging: rtl8188eu: refactor Efuse_GetCurrentSize()Michael Straube1-17/+16
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-5/+4
2020-01-03staging: rtl8188eu: use break to exit while loopMichael Straube1-3/+2
2019-10-24staging: rtl8188eu: make efuse_power_switch() function staticAlexandru Ardelean1-1/+1
2019-10-07staging: rtl8188eu: remove unnecessary asignment and initializationMichael Straube1-2/+1
2019-08-05staging: rtl8188eu: core: add spaces around '-', '+', '>>','<<' and '*' in rtw_efuse.cSaurav Girepunje1-64/+64
2019-07-30staging: rtl8188eu: replace hal_EfusePgCheckAvailableAddr()Michael Straube1-12/+1
2019-01-15staging: rtl8188eu: Replace kzalloc with kcallocGustavo A. R. Silva1-1/+3
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube1-1/+1
2018-10-02staging: rtl8188eu: cleanup inconsistent indentingMichael Straube1-1/+1
2018-09-28staging: rtl8188eu: use break to exit while loopMichael Straube1-4/+2
2018-09-28staging: rtl8188eu: rename variable - styleMichael Straube1-19/+19
2018-09-28staging: rtl8188eu: do not line break function definition - styleMichael Straube1-3/+1
2018-09-28staging: rtl8188eu: simplify function comments - styleMichael Straube1-15/+5
2018-08-27staging: rtl8188eu: Removed a function and coded inlineBhaskar Singh1-2/+6
2018-08-05staging: rtl8188eu: rename rtw_IOL_appliedMichael Straube1-1/+1
2018-07-16staging: rtl8188eu: add spaces around '+'Michael Straube1-4/+4
2018-07-16staging: rtl8188eu: rename variableMichael Straube1-13/+13
2018-07-16staging: rtl8188eu: rename function parametersMichael Straube1-4/+4
2018-07-16staging: rtl8188eu: rename Efuse_PowerSwitchMichael Straube1-4/+4
2018-07-16staging: rtl8188eu: do not line break function definitionMichael Straube1-4/+1
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube1-2/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2017-09-18staging: rtl8188eu: Fix spellingValentine Sinitsyn1-1/+1
2017-01-10staging: rtl8188eu: fixed 'braces are not necessary for single statement blocks'.Yamanappagouda Patil1-2/+2
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after declarations' warnings.Yamanappagouda Patil1-0/+4
2016-08-21staging: rtl8188eu: remove EFUSE_GetEfuseDefinition functionIvan Safonov1-63/+0
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_AVAILABLE_EFUSE_BYTES_BANK, &a) call with a = (EFUSE_REAL_CONTENT_LEN_88E - EFUSE_OOB_PROTECT_BYTES_88E)Ivan Safonov1-6/+6
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAX_SECTION, &a) with a = EFUSE_MAX_SECTION_88EIvan Safonov1-4/+1
2016-08-21staging: rtl8188eu: remove efuse_max variable in hal_EfusePartialWriteCheckIvan Safonov1-2/+1
2016-08-21staging: rtl8188eu: replace EFUSE_GetEfuseDefinition(..., TYPE_EFUSE_MAP_LEN, ...) call with it's result (EFUSE_MAP_LEN_88E)Ivan Safonov1-15/+3
2016-06-17Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."Hans de Goede1-1/+1
2016-03-28Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar1-1/+1
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar1-2/+2
2016-03-11Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar1-3/+1
2016-02-07staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli1-4/+4
2016-02-07staging: rtl8188eu: add spaces around binary '*'Luca Ceresoli1-2/+2
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng1-2/+2
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-1/+1
2015-10-24rtl8188eu : BIT() macro cleanupAnish Bhatt1-24/+24
2015-08-03Staging: rtl8188eu/core: fixed code indentation warning as reported by checkpatch.plMayank Bareja1-1/+1
2015-06-10staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz1-1/+1
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-3/+3
2015-03-06staging: rtl8188eu: remove extra parentheses around right bit shift operationsAya Mahfouz1-1/+1
2014-11-03staging: rtl8188eu: Remove unnecessary else after returnDilek Uzulmez1-10/+8
2014-10-30staging: rtl8188eu: core: Improve cleanup codeTapasweni Pathak1-5/+5
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak1-8/+8
2014-10-30staging: rtl8188eu: core: Removed unnecessary return keyword.Gulsah Kose1-1/+0
2014-10-23staging: rtl8188eu: core: fixed msleep < 20ms can sleep for up to 20ms warning in rtw_efuse.cJiayi Ye1-1/+1