summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)Author
2016-06-17Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of si...Hans de Goede
2016-06-17Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-01Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed brace styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed typoJacky Boen
2016-05-01Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen
2016-04-16staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar
2016-03-28staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type.Sandhya Bankar
2016-03-28Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar
2016-03-28staging: rtl8188eu: remove return at end of void function callNicholas Sim
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-28Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh
2016-03-11Staging: rtl8188eu: Remove function rtw_freq2chBhumika Goyal
2016-03-11Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.cClaudiu Beznea
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar
2016-03-11Staging: rtl8188eu: Use !x instead of x==NULL.Sandhya Bankar
2016-03-11Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.Sandhya Bankar
2016-03-11Staging: rtl8188eu: Do not print message if kzalloc() failed.Sandhya Bankar
2016-03-11rtl8188eu: Add spaces around arithmetic operatorsKyle Kuffermann
2016-03-11staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov
2016-03-11staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov
2016-03-11staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov
2016-03-11staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov
2016-03-11staging: rtl8188eu: remove unused macros from include/basic_types.hIvan Safonov
2016-03-11staging: rtl8188eu: remove unused include/ieee80211_ext.hIvan Safonov
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: core: Remove useless return variablesBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar