aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset functionIvan Safonov1-16/+18
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov1-6/+6
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two partsIvan Safonov1-4/+8
2015-10-29staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.cIvan Safonov1-4/+4
2015-10-29staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.cIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2-4/+4
2015-10-29staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov1-0/+3
2015-10-29staging: rtl8188eu: increment placed into for loop headerIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov1-3/+2
2015-10-29staging: rtl8188eu: unused MIN macro removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: unused SUCCESS and FAIL macros removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov3-3/+3
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov8-21/+20
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov3-7/+5
2015-10-29staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov3-3/+3
2015-10-27staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla1-4/+1
2015-10-24staging: rtl8188eu: fix misleading indentationLuis de Bethencourt1-1/+1
2015-10-24rtl8188eu : BIT() macro cleanupAnish Bhatt19-557/+485
2015-10-17staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov4-13/+9
2015-10-16Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary castShivani Bhardwaj1-2/+2
2015-10-16Staging: rtl8188eu: rf_cfg: Remove useless castShivani Bhardwaj1-1/+1
2015-10-12staging: rtl8188eu: spaces preferred around that + insertedIvan Safonov1-4/+4
2015-10-12staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof usedIvan Safonov1-4/+4
2015-10-12Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke2-2/+2
2015-10-12staging: rtl8188eu: unused macro read_next_pair removedIvan Safonov1-8/+0
2015-10-12Staging: rtl8188eu: Correct coding style errorsIban Rodriguez1-4/+5
2015-10-02Staging: rtl8188eu: Correct two coding style errorsIban Rodriguez1-2/+7
2015-10-02staging:rtl8188eu style fixBryan Paul1-4/+4
2015-10-02staging: rtl8188eu: Add missing includeLarry Finger1-0/+1
2015-09-29staging: rtl8188eu: Fix build error when CFG80211 is not selectedJakub Sitnicki1-1/+1
2015-09-29staging: rtl8188eu: issue_action_BA(): extract ADDBA_req pointerLuca Ceresoli1-3/+8
2015-09-29staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie()Luca Ceresoli1-20/+40
2015-09-29staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parametersLuca Ceresoli2-6/+6
2015-09-29staging: rtl8188eu: remove useless commentLuca Ceresoli1-1/+0
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki9-0/+270
2015-09-14staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt4-15/+9
2015-09-12Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-09-12Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparisonShraddha Barke1-2/+2
2015-09-12Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-09-12Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-09-12Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparisonShraddha Barke1-7/+7
2015-09-12Staging: rtl8188eu: hal: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-09-12Staging: rtl8188eu: Remove explicit NULL comparisonShraddha Barke1-2/+2
2015-09-12Staging: rtl8188eu: core: Remove explicit NULL comparisonShraddha Barke1-3/+3
2015-09-12staging/rtl8188eu : Remove unused macro definitions.Anish Bhatt1-5/+0