aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."Hans de Goede1-1/+1
2016-06-17Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede1-1/+2
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds108-633/+82
2016-05-01Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen1-2/+1
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen1-2/+2
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen1-15/+15
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen1-1/+1
2016-05-01Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen1-3/+2
2016-05-01Staging: drivers: rtl8188eu: fixed brace styleJacky Boen1-2/+1
2016-05-01Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen1-6/+1
2016-05-01Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen1-3/+6
2016-05-01Staging: drivers: rtl8188eu: fixed typoJacky Boen1-1/+1
2016-05-01Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen1-2/+2
2016-04-16staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-17/+0
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-4/+4
2016-03-28staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-1/+1
2016-03-28staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-4/+4
2016-03-28staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-13/+13
2016-03-28staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-22/+22
2016-03-28Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim1-1/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann107-528/+0
2016-03-28Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh1-1/+1
2016-03-11Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal2-18/+0
2016-03-11Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea1-67/+64
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+1
2016-03-11Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar1-2/+2
2016-03-11Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar1-3/+1
2016-03-11Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar1-2/+1
2016-03-11rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann1-44/+44
2016-03-11staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member of wl_pwr_cfg structureIvan Safonov3-114/+63
2016-03-11staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mask of wl_pwr_cfg structureIvan Safonov4-108/+57
2016-03-11staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_pwr_cfg structureIvan Safonov4-89/+77
2016-03-11staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov3-16/+1
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2-3/+0
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov1-2/+2
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov1-4/+0
2016-03-11staging: rtl8188eu: remove unused macros from include/basic_types.hIvan Safonov1-29/+0
2016-03-11staging: rtl8188eu: remove unused include/ieee80211_ext.hIvan Safonov1-290/+0
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov3-7/+7
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar1-1/+1
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar2-4/+2
2016-03-11staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar1-3/+1
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5