aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/osdep_service.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18Staging: rtl8188eu: Remove timer handler macrosVaishali Thakkar1-5/+0
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-9/+0
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-5/+0
2015-02-07staging: rtl8188eu: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He1-2/+2
2014-07-09staging: rtl8188eu: osdep_service.h: Remove unused struct rtw_cbufnavin patidar1-7/+0
2014-07-09staging: rtl8188eu: Remove unused functions rtw_cbuf_[full, empty, push, pop]()navin patidar1-6/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_cbuf_alloc()navin patidar1-1/+0
2014-07-09staging: rtl8188eu: Use msecs_to_jiffies() instead of rtw_ms_to_systime()navin patidar1-1/+0
2014-07-09staging: rtl8188eu: use jiffies_to_msecs() instead of rtw_systime_to_ms()navin patidar1-1/+0
2014-07-09staging: rtl8188eu: Remove function rtw_alloc_etherdev()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Replace _cancel_timer() with del_timer_sync()navin patidar1-6/+0
2014-06-26staging: rtl8188eu: Remove function flush_signals_thread()navin patidar1-6/+0
2014-06-26staging: rtl8188eu: Remove function thread_enter()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Use round_up() instead of RND4()navin patidar1-2/+0
2014-06-26staging: rtl8188eu: osdep_service.h: Remove unused macrosnavin patidar1-4/+0
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND4()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND8()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Use round_up() instead of _RND128()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Remove unused inline function _RND256()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: osdep_service.h: Remove unused function definationsnavin patidar1-3/+0
2014-06-26staging: rtl8188eu: Use cpu_to_le16() insted of RTW_PUT_LE16()navin patidar1-6/+0
2014-06-26staging: rtl8188eu: Use get_unaligned_le16() instead of RTW_GET_LE16()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove unused inline function bitshift()navin patidar1-10/+0
2014-06-26staging: rtl8188eu: Use get_unaligned_be16() instead of RTW_GET_BE16()navin patidar1-2/+0
2014-06-26staging: rtl8188eu: Use cpu_to_be16() instead of RTW_PUT_BE16()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Use cpu_to_be32() instead of RTW_PUT_BE32()navin patidar1-10/+0
2014-06-26staging: rtl8188eu: Replace _cancel_timer_ex() with del_timer_sync()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove unused inline function _RND512()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Replace _cancel_workitem_sync() with cancel_work_sync()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar1-7/+0
2014-06-26staging: rtl8188eu: osdep_service.h: Remove unused macro, enum and variablesnavin patidar1-27/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_get_time_interval_ms()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_division64()navin patidar1-1/+0
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar1-2/+0
2014-06-26staging: rtl8188eu: Use kstrtoul() for string to long conversionnavin patidar1-3/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_sleep_schedulable()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-2/+0
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_list_insert_head()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove rtw_mfree2d(), wrapper for kfree()navin patidar1-1/+0
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-1/+0
2014-05-27staging: rtl8188eu:Remove unused macros defined in osdep_service.hnavin patidar1-39/+0
2014-05-27staging: rtl8188eu:Remove unused inline function res_to_status()navin patidar1-5/+0
2014-05-27staging: rtl8188eu:Remove inline function rtw_netif_stop_queue()navin patidar1-5/+0
2014-05-27staging: rtl8188eu:Remove inline function rtw_netif_start_queue()navin patidar1-5/+0
2014-05-27staging: rtl8188eu:Remove inline function rtw_netif_wake_queue()navin patidar1-5/+0