OSDN Git Service

Update rtl8812au driver
[android-x86/external-kernel-drivers.git] / rtl8812au / include / ip.h
index c78034d..5d7aade 100644 (file)
@@ -90,8 +90,6 @@
 #define        IPOPT_TS_TSANDADDR      1               /* timestamps and addresses */
 #define        IPOPT_TS_PRESPEC        3               /* specified modules only */
 
-#ifdef PLATFORM_LINUX
-
 struct ip_options {
        __u32           faddr;                          /* Saved first hop address */
        unsigned char   optlen;
@@ -113,7 +111,6 @@ struct ip_options {
 };
 
 #define optlength(opt) (sizeof(struct ip_options) + opt->optlen)
-#endif
 
 struct iphdr {
 #if defined(__LITTLE_ENDIAN_BITFIELD)