summaryrefslogtreecommitdiff
path: root/src/common/eapol_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/eapol_common.h')
-rw-r--r--src/common/eapol_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/eapol_common.h b/src/common/eapol_common.h
index 6958661f78b5..d773348b42c5 100644
--- a/src/common/eapol_common.h
+++ b/src/common/eapol_common.h
@@ -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