summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2016-02-11staging: rtl8*: fix my email address upGreg Kroah-Hartman1-1/+1
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango1-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: provide an absolute path to include folderAndy Shevchenko1-1/+1
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 Ceresoli5-6/+7
2016-02-07staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli2-4/+2
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 Safonov2-40/+0
2015-11-15staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov2-8/+8
2015-11-15staging: rtl8188eu: for loop instead of while loop usedIvan Safonov1-10/+4
2015-11-15staging: rtl8188eu: offset renamed to write_addressIvan Safonov1-6/+6
2015-11-15staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov1-2/+2
2015-11-15staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov1-3/+3
2015-11-15staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov1-4/+2
2015-11-15staging: rtl8188eu: unnecessary initialization removedIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov1-2/+2
2015-11-15staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov1-4/+3
2015-11-15staging: rtl8188eu: unnecessary branching removedIvan Safonov1-5/+3
2015-11-15staging: rtl8188eu: unnecessary variable override removedIvan Safonov1-3/+1
2015-11-15staging: rtl8188eu: offset variable replaced by its valueIvan Safonov1-1/+1
2015-11-15staging: rtl8188eu: initial value placed in the variableIvan Safonov1-3/+2
2015-11-15staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov1-1/+3
2015-11-15staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov1-2/+2
2015-11-15Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain1-3/+3
2015-11-15staging: rtl8188eu: 'infinite' loop removedIvan Safonov1-19/+15
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: add missing delay in polling loops.Rémy Oudompheng1-1/+2
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng10-52/+62
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 Chawla2-6/+0
2015-11-15staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla1-53/+1
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov1-16/+18
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov1-6/+6
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov1-4/+8
2015-10-29staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov1-4/+4
2015-10-29staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov1-1/+1