summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of si...Hans de Goede2016-06-171-1/+1
* staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-17/+0
* staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-4/+4
* staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-13/+13
* staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-22/+22
* Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar2016-03-281-1/+1
* staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-1/+0
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-2816-80/+0
* Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal2016-03-111-17/+0
* Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea2016-03-111-67/+64
* Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar2016-03-111-2/+2
* Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-111-3/+1
* Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-111-2/+1
* rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann2016-03-111-44/+44
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-111-2/+2
* staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-112-4/+2
* staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar2016-03-111-3/+1
* staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar2016-03-111-5/+5
* 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
OpenPOWER on IntegriCloud