aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge1-17/+17
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(struct ieee80211_ht_cap)Ivan Safonov1-2/+4
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in translate_scan functionIvan Safonov1-5/+8
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on failureBhaktipriya Shridhar1-4/+4
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov1-3/+3
2016-02-22staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-10/+10
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov1-2/+2
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov1-1/+1
2015-07-31Staging : rtl8188eu : os_dep : Compression of lines for immediate returnShraddha Barke1-10/+3
2015-07-31staging: rtl8188eu: wrap a long if condition and remove extra parenthesisJakub Sitnicki1-1/+2
2015-07-31staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constantsJakub Sitnicki1-1/+1
2015-07-24drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuĊ£iu Alexandru Octavian1-1/+1
2015-07-14staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki1-2/+2
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-0/+2
2015-05-08staging: rtl8188eu: document enum where it is declaredLuca Ceresoli1-3/+3
2015-03-06staging: rtl8188eu: replace memset(x,0,ETH_ALEN)Aya Mahfouz1-4/+6
2015-03-01staging: rtl8188eu: os_dep: remove unused variableAya Mahfouz1-3/+1
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee1-2/+2
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-1/+1
2014-10-30staging: rtl8188eu: os_dep: Used min_t instead of minGulsah Kose1-1/+2
2014-10-27staging: rtl8188eu: os_dep: Remove null check before kfreeTapasweni Pathak1-12/+6
2014-10-23staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdupTapasweni Pathak1-3/+1
2014-07-26staging: rtl8188eu: Fix static symbol sparse warningsJeff Oczek1-0/+1
2014-07-09staging: rtl8188eu: Remove function rtw_setdatarate_cmd()navin patidar1-7/+0
2014-07-09staging: rtl8188eu: Remove P2P supportnavin patidar1-71/+1
2014-07-09staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar1-1/+0
2014-07-09staging: rtl8188eu: Remove files rtw_mp_ioctl.[c,h]navin patidar1-1/+0
2014-07-09staging: rtl8188eu: Remove WEXT_PRIV private ioctl handlersnavin patidar1-4847/+0
2014-07-09staging: rtl8188eu: re-use hex_to_bin() instead of custom codeAndy Shevchenko1-3/+3
2014-07-09staging: rtl8188eu: substitute custom hex2bin()Andy Shevchenko1-15/+31
2014-07-09staging: rtl8188eu: re-use mac_pton() helperAndy Shevchenko1-74/+27
2014-06-26staging: rtl8188eu: Replace _cancel_timer_ex() with del_timer_sync()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar1-1/+1
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar1-12/+12
2014-06-26staging: rtl8188eu: Use kstrtoul() for string to long conversionnavin patidar1-7/+17
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-1/+1
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-52/+13
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-44/+44
2014-06-26staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.hnavin patidar1-1/+0
2014-06-20staging: rtl8188eu: Remove function rtw_BT_efuse_map_read()navin patidar1-78/+0
2014-06-20staging: rtl8188eu: Remove function rtw_BT_efuse_map_write()navin patidar1-10/+0
2014-06-20staging: rtl8188eu: Rename rtl8188e_EFUSE_GetEfuseDefinition()navin patidar1-11/+11
2014-06-19staging: rtl8188eu: Remove function _rtw_read8()navin patidar1-11/+11
2014-06-19staging: rtl8188eu: Remove function _rtw_read16()navin patidar1-6/+6
2014-06-19staging: rtl8188eu: Remove function _rtw_read32()navin patidar1-29/+29