rtl8188eu: Remove CONFIG_H2CLBK - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 22:09:49 -05:00
parent b94361b3e2
commit 0bf3328b82
3 changed files with 1 additions and 67 deletions

View file

@ -30,13 +30,8 @@
#endif
#include <linux/sem.h>
#ifdef CONFIG_H2CLBK
#include <h2clbk.h>
#endif
/*
Used to report a bss has been scanned
*/
struct survey_event {
WLAN_BSSID_EX bss;
@ -92,30 +87,13 @@ struct addba_event
unsigned int tid;
};
#ifdef CONFIG_H2CLBK
struct c2hlbk_event{
unsigned char mac[6];
unsigned short s0;
unsigned short s1;
unsigned int w0;
unsigned char b0;
unsigned short s2;
unsigned char b1;
unsigned int w1;
};
#endif//CONFIG_H2CLBK
#define GEN_EVT_CODE(event) event ## _EVT_
struct fwevent {
u32 parmsize;
void (*event_callback)(_adapter *dev, u8 *pbuf);
};
#define C2HEVENT_SZ 32
struct event_node{