mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Remove CONFIG_RECV_THREAD_MODE - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c4b448935f
commit
bf279c9001
4 changed files with 0 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue