backport-include: add ETH_P_PREAUTH definition in if_ether.h
authorArend Van Spriel <arend.vanspriel@broadcom.com>
Mon, 30 Apr 2018 11:15:45 +0000 (13:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 2 May 2018 21:47:13 +0000 (23:47 +0200)
This macro definition was added in 4.17-rc1 and used by mac80211
so add it to backport.

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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