summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-111-1/+1
* staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar2016-02-201-8/+4
* Staging: rtl8188eu/core: Coding style fix, avoid line over 80 charactersColin Vidal2016-02-201-1/+2
* Staging: rtl8188eu/core: Coding style fix, set constant operand on right in t...Colin Vidal2016-02-201-2/+2
* Staging: rtl8188eu/core: Coding style fix, set conform spaces between identif...Colin Vidal2016-02-201-2/+2
* Staging: rtl8188eu/core: remove paragraph which mention FSF address in commen...Colin Vidal2016-02-201-4/+0
* staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla2016-02-201-3/+2
* Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal2016-02-201-5/+2
* Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal2016-02-201-4/+2
* staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran2016-02-111-1/+1
* staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang2016-02-075-105/+48
* staging: rtl8188eu: print OUI with %*phAndy Shevchenko2016-02-071-2/+2
* staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko2016-02-071-23/+16
* Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issueChris Elliott2016-02-071-7/+7
* staging: rtl8188eu: remove an extra spaceAlexey Tulia2016-02-071-1/+1
* staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli2016-02-071-4/+4
* staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2016-02-072-3/+4
* staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli2016-02-071-1/+0
* staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli2016-02-073-20/+20
* staging: rtl8188eu: add spaces around binary '*'Luca Ceresoli2016-02-071-2/+2
* staging: rtl8188eu: goto removedIvan Safonov2015-11-151-54/+13
* staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov2015-11-151-14/+11
* staging: rtl8188eu: unused macros removedIvan Safonov2015-11-151-7/+0
* Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain2015-11-151-3/+3
* staging: rtl8188eu: while loop replaced by for loopIvan Safonov2015-11-151-8/+1
* staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov2015-11-151-6/+2
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-154-30/+44
* staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla2015-11-151-1/+1
* staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla2015-11-151-17/+24
* staging: rtl8188eu: Remove unused functionAmitoj Kaur Chawla2015-11-151-5/+0
* staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla2015-11-151-53/+1
* staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-291-3/+3
* staging: rtl8188eu: increment placed into for loop headerIvan Safonov2015-10-291-2/+1
* staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov2015-10-291-3/+2
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-292-2/+2
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-294-6/+6
* staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov2015-10-291-2/+1
* rtl8188eu : BIT() macro cleanupAnish Bhatt2015-10-241-24/+24
* staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov2015-10-171-2/+3
* Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary castShivani Bhardwaj2015-10-161-2/+2
* Staging: rtl8188eu: core: Use ARRAY_SIZE macroShraddha Barke2015-10-122-2/+2
* Staging: rtl8188eu: Correct two coding style errorsIban Rodriguez2015-10-021-2/+7
* staging:rtl8188eu style fixBryan Paul2015-10-021-4/+4
* 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-291-4/+4
* staging: rtl8188eu: remove useless commentLuca Ceresoli2015-09-291-1/+0
* staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki2015-09-182-0/+18
* staging/rtl8188eu : Remove duplicated BIT() definitionsAnish Bhatt2015-09-142-4/+9
* Staging: rtl8188eu: core: Remove explicit NULL comparisonShraddha Barke2015-09-121-3/+3
OpenPOWER on IntegriCloud