aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."Hans de Goede1-1/+1
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-17/+0
2016-03-28staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-4/+4
2016-03-28staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-13/+13
2016-03-28staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-22/+22
2016-03-28Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar1-1/+1
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-1/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann16-80/+0
2016-03-11Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal1-17/+0
2016-03-11Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea1-67/+64
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-03-11Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar1-2/+1
2016-03-11rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann1-44/+44
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov1-2/+2
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2-4/+2
2016-03-11staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar1-3/+1
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-03-11staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar1-1/+1
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar1-8/+4
2016-02-20Staging: rtl8188eu/core: Coding style fix, avoid line over 80 charactersColin Vidal1-1/+2
2016-02-20Staging: rtl8188eu/core: Coding style fix, set constant operand on right in testsColin Vidal1-2/+2
2016-02-20Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiersColin Vidal1-2/+2
2016-02-20Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment headerColin Vidal1-4/+0
2016-02-20staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla1-3/+2
2016-02-20Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal1-5/+2
2016-02-20Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal1-4/+2
2016-02-11staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran1-1/+1
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang5-105/+48
2016-02-07staging: rtl8188eu: print OUI with %*phAndy Shevchenko1-2/+2
2016-02-07staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko1-23/+16
2016-02-07Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issueChris Elliott1-7/+7
2016-02-07staging: rtl8188eu: remove an extra spaceAlexey Tulia1-1/+1
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli1-4/+4
2016-02-07staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2-3/+4
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli1-1/+0
2016-02-07staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli3-20/+20
2016-02-07staging: rtl8188eu: add spaces around binary '*'Luca Ceresoli1-2/+2
2015-11-15staging: rtl8188eu: goto removedIvan Safonov1-54/+13
2015-11-15staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov1-14/+11
2015-11-15staging: rtl8188eu: unused macros removedIvan Safonov1-7/+0
2015-11-15Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain1-3/+3
2015-11-15staging: rtl8188eu: while loop replaced by for loopIvan Safonov1-8/+1
2015-11-15staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov1-6/+2
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng4-30/+44
2015-11-15staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla1-1/+1
2015-11-15staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla1-17/+24
2015-11-15staging: rtl8188eu: Remove unused functionAmitoj Kaur Chawla1-5/+0
2015-11-15staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla1-53/+1
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov1-3/+3