summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
AgeCommit message (Expand)Author
2015-03-06staging: rtl8188eu: replace memset(x,0,ETH_ALEN)Aya Mahfouz
2015-03-01staging: rtl8188eu: os_dep: remove unused variableAya Mahfouz
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He
2014-10-30staging: rtl8188eu: os_dep: Used min_t instead of minGulsah Kose
2014-10-27staging: rtl8188eu: os_dep: Remove null check before kfreeTapasweni Pathak
2014-10-23staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdupTapasweni Pathak
2014-07-26staging: rtl8188eu: Fix static symbol sparse warningsJeff Oczek
2014-07-09staging: rtl8188eu: Remove function rtw_setdatarate_cmd()navin patidar
2014-07-09staging: rtl8188eu: Remove P2P supportnavin patidar
2014-07-09staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar
2014-07-09staging: rtl8188eu: Remove files rtw_mp_ioctl.[c,h]navin patidar
2014-07-09staging: rtl8188eu: Remove WEXT_PRIV private ioctl handlersnavin patidar
2014-07-09staging: rtl8188eu: re-use hex_to_bin() instead of custom codeAndy Shevchenko
2014-07-09staging: rtl8188eu: substitute custom hex2bin()Andy Shevchenko
2014-07-09staging: rtl8188eu: re-use mac_pton() helperAndy Shevchenko
2014-06-26staging: rtl8188eu: Replace _cancel_timer_ex() with del_timer_sync()navin patidar
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar
2014-06-26staging: rtl8188eu: Use kstrtoul() for string to long conversionnavin patidar
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar
2014-06-26staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar
2014-06-20staging: rtl8188eu: Remove function rtw_BT_efuse_map_read()navin patidar
2014-06-20staging: rtl8188eu: Remove function rtw_BT_efuse_map_write()navin patidar
2014-06-20staging: rtl8188eu: Rename rtl8188e_EFUSE_GetEfuseDefinition()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_read8()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_read16()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_read32()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_write8()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_write16()navin patidar
2014-06-19staging: rtl8188eu: Remove function _rtw_write32()navin patidar
2014-06-19staging: rtl8188eu: Remove header file rtw_version.hnavin patidar
2014-06-19staging: rtl8188eu: Remove function rtw_hal_sreset_reset()navin patidar
2014-05-24staging: rtl8188eu: fix potential leak in rtw_mp_pwrtrk()Christian Engelmayer
2014-05-24staging: rtl8188eu: fix potential leak in rtw_mp_SetRFPath()Christian Engelmayer
2014-05-24staging: rtl8188eu: fix potential leak in rtw_mp_QueryDrv()Christian Engelmayer
2014-05-24staging: rtl8188eu: fix potential leak in rtw_wx_set_enc_ext()Christian Engelmayer
2014-05-24staging: rtl8188eu: fix potential leak in rtw_wx_read32()Christian Engelmayer
2014-04-15staging: rtl8188eu: remove spaces, correct counts to unbreak P2P ioctlsWilfried Klaebe
2014-03-13Staging: rtl8188eu: Fix sparse warnings.Elena Oat
2014-03-13Staging: rtl8188eu: Fix warning of unchecked sscanf return value.Elena Oat
2014-02-14staging: r8188eu: Fix more Smatch warnings and errorsLarry Finger
2014-02-11staging: r8188eu: Remove _func_enter and _func_exit macrosLarry Finger
2014-02-11staging: r8188eu: Eliminate macro to get next list itemLarry Finger
2014-02-11staging: r8188eu: Replace misspelled local container macroLarry Finger
2014-02-11staging: r8188eu: Fix missing headerLarry Finger
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman