summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal2016-03-112-18/+0
* Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea2016-03-111-67/+64
* staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-2/+1
* Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar2016-03-111-2/+2
* Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-111-3/+1
* Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-111-2/+1
* rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann2016-03-111-44/+44
* staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov2016-03-113-114/+63
* staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov2016-03-114-108/+57
* staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov2016-03-114-89/+77
* staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov2016-03-113-16/+1
* staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2016-03-112-3/+0
* staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov2016-03-111-2/+2
* staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov2016-03-111-4/+0
* staging: rtl8188eu: remove unused macros from include/basic_types.hIvan Safonov2016-03-111-29/+0
* staging: rtl8188eu: remove unused include/ieee80211_ext.hIvan Safonov2016-03-111-290/+0
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-113-7/+7
* staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-111-1/+1
* staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-112-4/+2
* staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar2016-03-111-3/+1
* staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar2016-03-111-4/+1
* staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar2016-03-111-5/+5
* staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar2016-03-111-2/+2
* staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-111-1/+1
* staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla2016-02-221-1/+0
* staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar2016-02-201-8/+4
* staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford2016-02-203-54/+0
* Staging: rtl8188eu/core: Coding style fix, avoid line over 80 charactersColin Vidal2016-02-201-1/+2
* Staging: rtl8188eu/core: Coding style fix, set constant operand on right in t...Colin Vidal2016-02-201-2/+2
* Staging: rtl8188eu/core: Coding style fix, set conform spaces between identif...Colin Vidal2016-02-201-2/+2
* Staging: rtl8188eu/core: remove paragraph which mention FSF address in commen...Colin Vidal2016-02-201-4/+0
* staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla2016-02-201-3/+2
* Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal2016-02-201-5/+2
* Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal2016-02-201-4/+2
* Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal2016-02-141-2/+1
* 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
OpenPOWER on IntegriCloud