summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-171-1/+1
* Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal2016-03-122-18/+0Star
* Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea2016-03-121-67/+64Star
* staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-121-2/+1Star
* Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar2016-03-121-2/+2
* Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-121-3/+1Star
* Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar2016-03-121-2/+1Star
* rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann2016-03-121-44/+44
* staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov2016-03-123-114/+63Star
* staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov2016-03-124-108/+57Star
* staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov2016-03-124-89/+77Star
* staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov2016-03-123-16/+1Star
* staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2016-03-122-3/+0Star
* staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov2016-03-121-2/+2
* staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov2016-03-121-4/+0Star
* staging: rtl8188eu: remove unused macros from include/basic_types.hIvan Safonov2016-03-121-29/+0Star
* staging: rtl8188eu: remove unused include/ieee80211_ext.hIvan Safonov2016-03-121-290/+0Star
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-123-7/+7
* staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-121-1/+1
* staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-122-4/+2Star
* staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar2016-03-121-3/+1Star
* staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar2016-03-121-4/+1Star
* staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar2016-03-121-5/+5
* staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar2016-03-121-2/+2
* staging: rtl8188eu: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-121-1/+1
* staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla2016-02-221-1/+0Star
* staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar2016-02-211-8/+4Star
* staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford2016-02-213-54/+0Star
* Staging: rtl8188eu/core: Coding style fix, avoid line over 80 charactersColin Vidal2016-02-211-1/+2
* Staging: rtl8188eu/core: Coding style fix, set constant operand on right in t...Colin Vidal2016-02-211-2/+2
* Staging: rtl8188eu/core: Coding style fix, set conform spaces between identif...Colin Vidal2016-02-211-2/+2
* Staging: rtl8188eu/core: remove paragraph which mention FSF address in commen...Colin Vidal2016-02-211-4/+0Star
* staging: rtl8188eu: core: Use put_unaligned_le16Amitoj Kaur Chawla2016-02-211-3/+2Star
* Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfreeBhumika Goyal2016-02-211-5/+2Star
* Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfreeBhumika Goyal2016-02-211-4/+2Star
* Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal2016-02-151-2/+1Star
* staging: rtl8188eu: fix signal strength indicationAndrew Bradford2016-02-122-2/+2
* staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov2016-02-121-1/+4
* staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov2016-02-123-17/+9Star
* staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov2016-02-121-25/+20Star
* staging: rtl8188eu: Remove unnecessary pointer castJanani Ravichandran2016-02-121-1/+1
* staging: rtl8*: fix my email address upGreg Kroah-Hartman2016-02-121-1/+1
* staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango2016-02-081-1/+1
* staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang2016-02-085-105/+48Star
* staging: rtl8188eu: print OUI with %*phAndy Shevchenko2016-02-081-2/+2
* staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko2016-02-081-23/+16Star
* staging: rtl8188eu: provide an absolute path to include folderAndy Shevchenko2016-02-081-1/+1
* Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issueChris Elliott2016-02-081-7/+7
* staging: rtl8188eu: remove an extra spaceAlexey Tulia2016-02-081-1/+1
* staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()Luca Ceresoli2016-02-081-4/+4