summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core
AgeCommit message (Expand)Author
2016-03-12Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal
2016-03-12Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea
2016-03-12Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar
2016-03-12Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar
2016-03-12Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar
2016-03-12rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann
2016-03-12staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov
2016-03-12staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-12staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar
2016-03-12staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar
2016-03-12staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar
2016-02-20Staging: rtl8188eu/core: Coding style fix, avoid line over 80 charactersColin Vidal
2016-02-20Staging: rtl8188eu/core: Coding style fix, set constant operand on right in t...Colin Vidal
2016-02-20Staging: rtl8188eu/core: Coding style fix, set conform spaces between identif...Colin Vidal
2016-02-20Staging: rtl8188eu/core: remove paragraph which mention FSF address in commen...Colin Vidal
2016-02-20staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla
2016-02-20Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal
2016-02-20Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal
2016-02-12staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran
2016-02-08staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang
2016-02-08staging: rtl8188eu: print OUI with %*phAndy Shevchenko
2016-02-08staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko
2016-02-08Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issueChris Elliott
2016-02-08staging: rtl8188eu: remove an extra spaceAlexey Tulia
2016-02-08staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli
2016-02-08staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli
2016-02-08staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli
2016-02-08staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli
2016-02-08staging: rtl8188eu: add spaces around binary '*'Luca Ceresoli
2015-11-16staging: rtl8188eu: goto removedIvan Safonov
2015-11-16staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov
2015-11-16staging: rtl8188eu: unused macros removedIvan Safonov
2015-11-16Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain
2015-11-16staging: rtl8188eu: while loop replaced by for loopIvan Safonov
2015-11-16staging: rtl8188eu: do .. while (0) loop replaced by while (...) loopIvan Safonov
2015-11-16staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-11-16staging: rtl8188eu: core: Change function parameter to boolAmitoj Kaur Chawla
2015-11-16staging: rtl8188eu: core: Remove wrapper functionAmitoj Kaur Chawla
2015-11-16staging: rtl8188eu: Remove unused functionAmitoj Kaur Chawla
2015-11-16staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov
2015-10-29staging: rtl8188eu: increment placed into for loop headerIvan Safonov
2015-10-29staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov
2015-10-25rtl8188eu : BIT() macro cleanupAnish Bhatt
2015-10-18staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov
2015-10-17Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary castShivani Bhardwaj