From: Kyeyoon Park Date: Thu, 25 Sep 2014 06:17:29 +0000 (-0700) Subject: common: Add definition for ETH_HLEN X-Git-Tag: hostap_2_4~1192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6897556455bd18f3e87b56636a06f8dc8a9336f8;p=thirdparty%2Fhostap.git common: Add definition for ETH_HLEN Signed-off-by: Kyeyoon Park --- diff --git a/src/utils/common.h b/src/utils/common.h index 14d9ad1e9..6efe80901 100644 --- a/src/utils/common.h +++ b/src/utils/common.h @@ -329,6 +329,9 @@ static inline void WPA_PUT_LE64(u8 *a, u64 val) #ifndef ETH_ALEN #define ETH_ALEN 6 #endif +#ifndef ETH_HLEN +#define ETH_HLEN 14 +#endif #ifndef IFNAMSIZ #define IFNAMSIZ 16 #endif