summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/os_intfs.c
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-22 13:49:24 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-26 20:27:11 -0400
commit5bc7dc19190cad0ba74284a5b2fead4ff0e1d851 (patch)
tree92886c30aa8a0de76e0b7c526695d2bd3944dd47 /drivers/staging/rtl8188eu/os_dep/os_intfs.c
parent3491b66c6f4835d86fec38df43754eae81be1053 (diff)
staging: rtl8188eu: Remove dummy rtl8188e_start_thread() and its wrapper
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/os_dep/os_intfs.c')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/os_intfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/os_intfs.c b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
index e19ec25b09dc..287126a7b187 100644
--- a/drivers/staging/rtl8188eu/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
@@ -749,7 +749,6 @@ u32 rtw_start_drv_threads(struct adapter *padapter)
else
_rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */
- rtw_hal_start_thread(padapter);
return _status;
}