summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)Author
2016-02-15Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal
2016-02-12staging: rtl8188eu: fix signal strength indicationAndrew Bradford
2016-02-12staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov
2016-02-12staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov
2016-02-12staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov
2016-02-12staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran
2016-02-12staging: rtl8*: fix my email address upGreg Kroah-Hartman
2016-02-08staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango
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: provide an absolute path to include folderAndy 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: remove useless variable rtw_AcceptAddbaReqLuca 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: rarely used macros replaced by their definitionsIvan Safonov
2015-11-16staging: rtl8188eu: for loop instead of while loop usedIvan Safonov
2015-11-16staging: rtl8188eu: offset renamed to write_addressIvan Safonov
2015-11-16staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov
2015-11-16staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov
2015-11-16staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary initialization removedIvan Safonov
2015-11-16staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov
2015-11-16staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov
2015-11-16staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary branching removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary variable override removedIvan Safonov
2015-11-16staging: rtl8188eu: offset variable replaced by its valueIvan Safonov
2015-11-16staging: rtl8188eu: initial value placed in the variableIvan Safonov
2015-11-16staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov
2015-11-16staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov
2015-11-16Staging: rtl8188eu: fix space prohibited before that ','Abdul Hussain
2015-11-16staging: rtl8188eu: 'infinite' loop removedIvan Safonov
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: add missing delay in polling loops.Rémy Oudompheng
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: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov