rtl8188eu: Remove CONFIG_TCP_CSUM_OFFLOAD_TX

This configuration option is not selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 16:35:51 -05:00
parent fd62ad44a9
commit 6b313fba49
5 changed files with 1 additions and 60 deletions

View file

@ -68,11 +68,6 @@
#include <net/cfg80211.h>
#endif //CONFIG_IOCTL_CFG80211
#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX
#include <linux/in.h>
#include <linux/udp.h>
#endif
#include <linux/usb.h>
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21))
#include <linux/usb_ch9.h>

View file

@ -176,9 +176,6 @@ struct pkt_attrib
u8 intel_proxim;
u8 retry_ctrl;
struct sta_info * psta;
#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX
u8 hw_tcp_csum;
#endif
};
#define WLANHDR_OFFSET 64