rtl8188eu: Remove code for other devices in include/*.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-16 18:46:19 -06:00
parent 7892bc7329
commit d4d462411e
15 changed files with 5 additions and 202 deletions

View file

@ -27,8 +27,6 @@
#define C2H_MEM_SZ (16*1024)
#ifndef CONFIG_RTL8711FW
#include <osdep_service.h>
#include <ieee80211.h> // <ieee80211/ieee80211.h>
@ -39,11 +37,7 @@
#define MAX_RSPSZ 512
#define MAX_EVTSZ 1024
#ifdef PLATFORM_OS_CE
#define CMDBUFF_ALIGN_SZ 4
#else
#define CMDBUFF_ALIGN_SZ 512
#endif
struct cmd_obj {
_adapter *padapter;
@ -113,9 +107,6 @@
#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI)
u8 *c2h_mem;
u8 *allocated_c2h_mem;
#ifdef PLATFORM_OS_XP
PMDL pc2h_mdl;
#endif
#endif
};
@ -163,10 +154,6 @@ extern void rtw_evt_notify_isr(struct evt_priv *pevtpriv);
u8 p2p_protocol_wk_cmd(_adapter*padapter, int intCmdType );
#endif //CONFIG_P2P
#else
#include <ieee80211.h>
#endif /* CONFIG_RTL8711FW */
enum rtw_drvextra_cmd_id
{
NONE_WK_CID,