rtl8188eu: Remove CONFIG_RECV_THREAD_MODE - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 16:43:17 -05:00
parent c4b448935f
commit bf279c9001
4 changed files with 0 additions and 27 deletions

View file

@ -194,11 +194,6 @@ using enter_critical section to protect
struct recv_priv
{
_lock lock;
#ifdef CONFIG_RECV_THREAD_MODE
_sema recv_sema;
_sema terminate_recvthread_sema;
#endif
_queue free_recv_queue;
_queue recv_pending_queue;
_queue uc_swdec_pending_queue;