rtl8188eu: Remove CONFIG_C2H_WK - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 10:35:02 -05:00
parent 2155b974f3
commit a3f602a144
2 changed files with 1 additions and 12 deletions

View file

@ -69,13 +69,10 @@ struct cmd_priv {
};
struct evt_priv {
#define CONFIG_C2H_WK
#ifdef CONFIG_C2H_WK
_workitem c2h_wk;
bool c2h_wk_alive;
struct rtw_cbuf *c2h_queue;
#define C2H_QUEUE_MAX_LEN 10
#endif
ATOMIC_T event_seq;
u8 *evt_buf; //shall be non-paged, and 4 bytes aligned
u8 *evt_allocated_buf;