summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)Author
2016-03-11staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar
2016-02-22staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar
2016-02-20staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford
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-14Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal
2016-02-11staging: rtl8188eu: fix signal strength indicationAndrew Bradford
2016-02-11staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov
2016-02-11staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov
2016-02-11staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov
2016-02-11staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran
2016-02-11staging: rtl8*: fix my email address upGreg Kroah-Hartman
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang
2016-02-07staging: rtl8188eu: print OUI with %*phAndy Shevchenko
2016-02-07staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko
2016-02-07staging: rtl8188eu: provide an absolute path to include folderAndy Shevchenko
2016-02-07Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issueChris Elliott
2016-02-07staging: rtl8188eu: remove an extra spaceAlexey Tulia
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli
2016-02-07staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli
2016-02-07staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli
2016-02-07staging: rtl8188eu: rtw_mlme_ext.c: remove commented codeLuca Ceresoli
2016-02-07staging: rtl8188eu: don't cast to void* when calling memset()Luca Ceresoli
2016-02-07staging: rtl8188eu: add spaces around binary '*'Luca Ceresoli
2015-11-15staging: rtl8188eu: goto removedIvan Safonov
2015-11-15staging: rtl8188eu: goto replaced by 'else' branchIvan Safonov
2015-11-15staging: rtl8188eu: unused macros removedIvan Safonov
2015-11-15staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov
2015-11-15staging: rtl8188eu: for loop instead of while loop usedIvan Safonov
2015-11-15staging: rtl8188eu: offset renamed to write_addressIvan Safonov
2015-11-15staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov
2015-11-15staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov
2015-11-15staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov
2015-11-15staging: rtl8188eu: unnecessary initialization removedIvan Safonov
2015-11-15staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov
2015-11-15staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov
2015-11-15staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov
2015-11-15staging: rtl8188eu: unnecessary branching removedIvan Safonov
2015-11-15staging: rtl8188eu: unnecessary variable override removedIvan Safonov
2015-11-15staging: rtl8188eu: offset variable replaced by its valueIvan Safonov
2015-11-15staging: rtl8188eu: initial value placed in the variableIvan Safonov
2015-11-15staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov