X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Finclude%2Fadapters_api.h;h=60e7eb4496721d6fc63ff9638372f6998f2627bb;hb=9591cc629f46d0b648235ce66a6c8842bcea03bd;hp=78729986638efcb583e8725ccf2ba1070a551fd3;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/include/adapters_api.h b/KernelLand/Modules/IPStack/include/adapters_api.h index 78729986..60e7eb44 100644 --- a/KernelLand/Modules/IPStack/include/adapters_api.h +++ b/KernelLand/Modules/IPStack/include/adapters_api.h @@ -20,7 +20,7 @@ enum eIPStack_AdapterTypes // Checksum offloading #define ADAPTERFLAG_OFFLOAD_MAC (1 << 0) #define ADAPTERFLAG_OFFLOAD_IP4 (1 << 1) -#define ADAPTERFLAG_OFFLOAD_IP6 (1 << 2) +#define ADAPTERFLAG_OFFLOAD_80211q (1 << 2) #define ADAPTERFLAG_OFFLOAD_TCP (1 << 3) #define ADAPTERFLAG_OFFLOAD_UDP (1 << 4)