Updated to hostap_2_6
[mech_eap.git] / libeap / src / common / eapol_common.h
index 6958661..d773348 100644 (file)
@@ -25,7 +25,7 @@ struct ieee802_1x_hdr {
 struct ieee8023_hdr {
        u8 dest[ETH_ALEN];
        u8 src[ETH_ALEN];
-       u16 ethertype;
+       be16 ethertype;
 } STRUCT_PACKED;
 
 #ifdef _MSC_VER