summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of si...Hans de Goede2016-06-171-1/+1
* Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede2016-06-171-1/+2
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-20108-633/+82
|\
| * Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen2016-05-011-2/+1
| * Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen2016-05-011-2/+2
| * Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen2016-05-011-15/+15
| * Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen2016-05-011-1/+1
| * Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen2016-05-011-3/+2
| * Staging: drivers: rtl8188eu: fixed brace styleJacky Boen2016-05-011-2/+1
| * Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen2016-05-011-6/+1
| * Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen2016-05-011-3/+6
| * Staging: drivers: rtl8188eu: fixed typoJacky Boen2016-05-011-1/+1
| * Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen2016-05-011-2/+2
| * staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-17/+0
| * staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar2016-03-281-4/+4
| * staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-1/+1
| * staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-4/+4
| * staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-13/+13
| * staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar2016-03-281-22/+22
| * Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar2016-03-281-1/+1
| * Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar2016-03-281-1/+1
| * Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar2016-03-281-1/+1
| * Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar2016-03-281-1/+1
| * Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar2016-03-281-1/+1
| * staging: rtl8188eu: remove return at end of void function callNicholas Sim2016-03-281-1/+0
| * staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-28107-528/+0
| * Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh2016-03-281-1/+1
* | staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-161-1/+1
|/
* 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