summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: fix signal strength indicationAndrew Bradford2016-02-112-2/+2
* staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov2016-02-111-1/+4
* staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov2016-02-113-17/+9
* staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov2016-02-111-25/+20
* staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran2016-02-111-1/+1
* staging: rtl8*: fix my email address upGreg Kroah-Hartman2016-02-111-1/+1
* staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango2016-02-071-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: provide an absolute path to include folderAndy Shevchenko2016-02-071-1/+1
* 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-075-6/+7
* staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli2016-02-072-4/+2
* 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-152-40/+0
* staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov2015-11-152-8/+8
* staging: rtl8188eu: for loop instead of while loop usedIvan Safonov2015-11-151-10/+4
* staging: rtl8188eu: offset renamed to write_addressIvan Safonov2015-11-151-6/+6
* staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov2015-11-151-2/+2
* staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov2015-11-151-3/+3
* staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov2015-11-151-4/+2
* staging: rtl8188eu: unnecessary initialization removedIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov2015-11-151-2/+2
* staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov2015-11-151-4/+3
* staging: rtl8188eu: unnecessary branching removedIvan Safonov2015-11-151-5/+3
* staging: rtl8188eu: unnecessary variable override removedIvan Safonov2015-11-151-3/+1
* staging: rtl8188eu: offset variable replaced by its valueIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: initial value placed in the variableIvan Safonov2015-11-151-3/+2
* staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov2015-11-151-1/+3
* staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov2015-11-151-2/+2
* Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain2015-11-151-3/+3
* staging: rtl8188eu: 'infinite' loop removedIvan Safonov2015-11-151-19/+15
* 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: add missing delay in polling loops.Rémy Oudompheng2015-11-151-1/+2
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-1510-52/+62
* 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-152-6/+0
* staging: rtl8188eu: core: rtw_ap : Remove unnecessary functionsAmitoj Kaur Chawla2015-11-151-53/+1
* staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov2015-10-291-2/+1
* staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov2015-10-291-16/+18
OpenPOWER on IntegriCloud