From b6e5d4b1fc135b71eb380c01f3a3803d5606e269 Mon Sep 17 00:00:00 2001 From: Arend Van Spriel Date: Mon, 30 Apr 2018 13:15:45 +0200 Subject: backport-include: add ETH_P_PREAUTH definition in if_ether.h This macro definition was added in 4.17-rc1 and used by mac80211 so add it to backport. Signed-off-by: Arend van Spriel Signed-off-by: Johannes Berg --- backport/backport-include/linux/if_ether.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backport') 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 -- cgit v1.2.3