From f4fcdb0eb5d7adffbc6d6343996b87977a1288f3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 1 Dec 2006 18:40:51 +0000 Subject: [PATCH] Fix packing on the country band descriptor. No real change since this is unused. Reviewed by: sam --- sys/net80211/ieee80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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