summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backport/backport-include/linux/if_ether.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backport/backport-include/linux/if_ether.h b/backport/backport-include/linux/if_ether.h
index 55862cea..344480a2 100644
--- a/backport/backport-include/linux/if_ether.h
+++ b/backport/backport-include/linux/if_ether.h
@@ -39,6 +39,10 @@
#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