mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_RECV_THREAD_MODE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
bc08957f00
commit
e136a7d492
4 changed files with 0 additions and 31 deletions
|
@ -200,17 +200,10 @@ struct recv_priv
|
|||
{
|
||||
_lock lock;
|
||||
|
||||
#ifdef CONFIG_RECV_THREAD_MODE
|
||||
_sema recv_sema;
|
||||
_sema terminate_recvthread_sema;
|
||||
#endif
|
||||
|
||||
//_queue blk_strms[MAX_RX_NUMBLKS]; // keeping the block ack frame until return ack
|
||||
_queue free_recv_queue;
|
||||
_queue recv_pending_queue;
|
||||
_queue uc_swdec_pending_queue;
|
||||
|
||||
|
||||
u8 *pallocated_frame_buf;
|
||||
u8 *precv_frame_buf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue