backport-include: add ETH_P_PREAUTH definition in if_ether.h
[openwrt/staging/blogic.git] / backport / backport-include / linux / if_ether.h
index 55862ceaab7fd75b792556030fe731a917d516c0..344480a209818f3fdc1185ffcc5372139f4c58cc 100644 (file)
 #define ETH_P_8021AD   0x88A8          /* 802.1ad Service VLAN         */
 #endif
 
+#ifndef ETH_P_PREAUTH
+#define ETH_P_PREAUTH   0x88C7          /* 802.11 Preauthentication */
+#endif
+
 #ifndef ETH_MIN_MTU
 #define ETH_MIN_MTU    68
 #endif