mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove CONFIG_H2CLBK - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b94361b3e2
commit
0bf3328b82
3 changed files with 1 additions and 67 deletions
|
@ -92,13 +92,6 @@ struct evt_priv {
|
|||
struct rtw_cbuf *c2h_queue;
|
||||
#define C2H_QUEUE_MAX_LEN 10
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_H2CLBK
|
||||
_sema lbkevt_done;
|
||||
u8 lbkevt_limit;
|
||||
u8 lbkevt_num;
|
||||
u8 *cmdevt_parm;
|
||||
#endif
|
||||
ATOMIC_T event_seq;
|
||||
u8 *evt_buf; //shall be non-paged, and 4 bytes aligned
|
||||
u8 *evt_allocated_buf;
|
||||
|
@ -595,37 +588,7 @@ struct Tx_Beacon_param
|
|||
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_H2CLBK
|
||||
|
||||
struct seth2clbk_parm {
|
||||
u8 mac[6];
|
||||
u16 s0;
|
||||
u16 s1;
|
||||
u32 w0;
|
||||
u8 b0;
|
||||
u16 s2;
|
||||
u8 b1;
|
||||
u32 w1;
|
||||
};
|
||||
|
||||
struct geth2clbk_parm {
|
||||
u32 rsv;
|
||||
};
|
||||
|
||||
struct geth2clbk_rsp {
|
||||
u8 mac[6];
|
||||
u16 s0;
|
||||
u16 s1;
|
||||
u32 w0;
|
||||
u8 b0;
|
||||
u16 s2;
|
||||
u8 b1;
|
||||
u32 w1;
|
||||
};
|
||||
|
||||
#endif /* CONFIG_H2CLBK */
|
||||
|
||||
// CMD param Formart for driver extra cmd handler
|
||||
// CMD param Format for driver extra cmd handler
|
||||
struct drvextra_cmd_parm {
|
||||
int ec_id; //extra cmd id
|
||||
int type_size; // Can use this field as the type id or command size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue