summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov2015-10-291-2/+1Star
* staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov2015-10-291-16/+18
* staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov2015-10-291-6/+6
* staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov2015-10-291-4/+8
* staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov2015-10-291-4/+4
* staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov2015-10-291-1/+1
* staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-292-4/+4
* staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov2015-10-291-0/+3
* staging: rtl8188eu: increment placed into for loop headerIvan Safonov2015-10-291-2/+1Star
* staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov2015-10-291-3/+2Star
* staging: rtl8188eu: unused MIN macro removedIvan Safonov2015-10-291-3/+0Star
* staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING mac...Ivan Safonov2015-10-291-3/+0Star
* staging: rtl8188eu: unused SUCCESS and FAIL macros removedIvan Safonov2015-10-291-3/+0Star
* staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-293-3/+3
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-298-21/+20Star
* staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-293-7/+5Star
* staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov2015-10-291-2/+1Star
* staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-293-3/+3
* staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla2015-10-271-4/+1Star
* staging: rtl8188eu: fix misleading indentationLuis de Bethencourt2015-10-251-1/+1
* rtl8188eu : BIT() macro cleanupAnish Bhatt2015-10-2519-557/+485Star
* staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov2015-10-184-13/+9Star
* Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary castShivani Bhardwaj2015-10-171-2/+2
* Staging: rtl8188eu: rf_cfg: Remove useless castShivani Bhardwaj2015-10-171-1/+1
* staging: rtl8188eu: spaces preferred around that + insertedIvan Safonov2015-10-131-4/+4
* staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof usedIvan Safonov2015-10-131-4/+4
* Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke2015-10-132-2/+2
* staging: rtl8188eu: unused macro read_next_pair removedIvan Safonov2015-10-131-8/+0Star
* Staging: rtl8188eu: Correct coding style errorsIban Rodriguez2015-10-131-4/+5
* Staging: rtl8188eu: Correct two coding style errorsIban Rodriguez2015-10-021-2/+7
* staging:rtl8188eu style fixBryan Paul2015-10-021-4/+4
* staging: rtl8188eu: Add missing includeLarry Finger2015-10-021-0/+1
* staging: rtl8188eu: Fix build error when CFG80211 is not selectedJakub Sitnicki2015-09-291-1/+1
* staging: rtl8188eu: issue_action_BA(): extract ADDBA_req pointerLuca Ceresoli2015-09-291-3/+8
* staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie()Luca Ceresoli2015-09-291-20/+40
* staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parametersLuca Ceresoli2015-09-292-6/+6
* staging: rtl8188eu: remove useless commentLuca Ceresoli2015-09-291-1/+0Star
* staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki2015-09-199-0/+270
* staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt2015-09-144-15/+9Star
* Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke2015-09-131-1/+1
* Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparisonShraddha Barke2015-09-131-2/+2
* Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke2015-09-131-1/+1
* Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparisonShraddha Barke2015-09-131-1/+1
* Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparisonShraddha Barke2015-09-131-7/+7
* Staging: rtl8188eu: hal: Remove explicit NULL comparisonShraddha Barke2015-09-131-1/+1
* Staging: rtl8188eu: Remove explicit NULL comparisonShraddha Barke2015-09-131-2/+2
* Staging: rtl8188eu: core: Remove explicit NULL comparisonShraddha Barke2015-09-131-3/+3
* staging/rtl8188eu : Remove unused macro definitions.Anish Bhatt2015-09-131-5/+0Star