diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h index 5e9655934e0..d8010a2feae 100644 --- a/sys/net80211/ieee80211.h +++ b/sys/net80211/ieee80211.h @@ -428,7 +428,7 @@ struct ieee80211_country_ie { u_int8_t schan; /* starting channel */ u_int8_t nchan; /* number channels */ u_int8_t maxtxpwr; /* tx power cap */ - } band[4] __packed; /* up to 4 sub bands */ + } __packed band[4]; /* up to 4 sub bands */ } __packed; #define IEEE80211_CHALLENGE_LEN 128