aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep/osdep_service.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary alloc fail messagePierre-Yves Kerbrat1-5/+3
2016-10-25staging: rtl8188eu: os_dep: remove unnecessary parenthesesPierre-Yves Kerbrat1-3/+3
2016-10-25staging: rtl8188eu: os_dep: fix missing spaces around operatorsPierre-Yves Kerbrat1-2/+2
2016-10-25staging: rtl8188eu: os_dep: fix block comment alignment issuePierre-Yves Kerbrat1-3/+4
2016-10-25staging: rtl8188eu: os_dep: remove empty linesPierre-Yves Kerbrat1-2/+0
2016-09-12staging: r8188eu: remove sizeof_priv parameter of rtw_alloc_etherdev_with_old_priv functionIvan Safonov1-2/+1
2016-09-12staging: r8188eu: remove sizeof_priv member of rtw_netdev_priv_indicatorIvan Safonov1-1/+0
2016-08-21rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan1-7/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+1
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng1-6/+0
2015-09-12Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-06-12staging: rtl8188eu: remove unused variablesSudip Mukherjee1-2/+1
2014-10-23staging: rtl8188eu: os_dep: Remove useless cast on kzallocTapasweni Pathak1-1/+1
2014-07-09staging: rtl8188eu: Remove unused functions rtw_cbuf_[full, empty, push, pop]()navin patidar1-65/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_cbuf_alloc()navin patidar1-21/+0
2014-07-09staging: rtl8188eu: Use msecs_to_jiffies() instead of rtw_ms_to_systime()navin patidar1-5/+0
2014-07-09staging: rtl8188eu: use jiffies_to_msecs() instead of rtw_systime_to_ms()navin patidar1-6/+1
2014-07-09staging: rtl8188eu: Remove function rtw_alloc_etherdev()navin patidar1-23/+0
2014-07-09staging: rtl8188eu: Remove unused function rtw_change_ifname()navin patidar1-55/+0
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: osdep_service.c: Remove unused macronavin patidar1-2/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_get_time_interval_ms()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_division64()navin patidar1-6/+0
2014-06-26staging: rtl8188eu:Remove rtw_zmalloc(), wrapper for kzalloc()navin patidar1-10/+1
2014-06-26staging: rtl8188eu: Use kstrtoul() for string to long conversionnavin patidar1-17/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_sleep_schedulable()navin patidar1-12/+0
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar1-6/+1
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar1-18/+1
2014-06-26staging: rtl8188eu: Remove function rtw_end_of_queue_search()navin patidar1-8/+0
2014-06-26staging: rtl8188eu: Remove rtw_list_insert_tail(), wrapper for list_add_tail()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove unused function rtw_list_insert_head()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove rtw_mfree2d(), wrapper for kfree()navin patidar1-5/+0
2014-06-26staging: rtl8188eu: Remove function _rtw_memset()navin patidar1-5/+0
2014-06-19staging: rtl8188eu: Remove empty files rtw_io.[c,h]navin patidar1-0/+1
2014-02-11staging: r8188eu: Replace wrapper around _rtw_memcmp()Larry Finger1-10/+0
2014-02-07staging: r8188eu: Remove wrappers around vfreeLarry Finger1-6/+1
2014-02-07staging: r8188eu: Remove wrappers around vmalloc and vzallocLarry Finger1-17/+1
2014-01-08staging: r8188eu: Remove wrapper around mutex_destroyLarry Finger1-5/+0
2014-01-08staging: r8188eu: Remove wrappers _rtw_free_sema, _rtw_up_sema, and _rtw_mutex_initLarry Finger1-14/+0
2014-01-08staging: r8188eu: Replace wrapper around sema_initLarry Finger1-5/+0
2014-01-08staging: r8188eu: Replace wrappers for atomic_inc and atomic_inc_returnLarry Finger1-10/+0
2014-01-08staging: r8188eu: Remove unused atomic_xxx wrappersLarry Finger1-35/+0
2014-01-08staging: r8188eu: Replace wrapper around atomic_set()Larry Finger1-5/+0
2014-01-08staging: r8188eu: Replace ATOMIC_T with atomic_tLarry Finger1-10/+10
2014-01-08staging: r8188eu: Remove wrapper code for rtw_suspend_lock_init, rtw_suspend_lock_uninit, rtw_lock_suspend, and rtw_unlock_suspendLarry Finger1-16/+0
2014-01-08staging: r8188eu: Replace wrapper rtw_yield_osLarry Finger1-5/+0
2014-01-08staging: r8188eu: Replace wrappers ODM_sleep_us and rtw_usleep_osLarry Finger1-8/+0
2013-12-20staging: r8188eu: Replace wrappers ODM_StallExecution, ODM_delay_us, and rtw_udelay_osLarry Finger1-5/+0