summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-12-01 18:40:51 +0000
committerimp <imp@FreeBSD.org>2006-12-01 18:40:51 +0000
commit2ad752f0eed589fd47679b87cbac120c188145cc (patch)
tree73597f0d156de1a5b2e7816a5cdda2ef7cb8ca1e /sys/net80211/ieee80211.h
parent575f8fc9401f0e2d0fdf45962f54f023133b2e62 (diff)
downloadFreeBSD-src-2ad752f0eed589fd47679b87cbac120c188145cc.zip
FreeBSD-src-2ad752f0eed589fd47679b87cbac120c188145cc.tar.gz
Fix packing on the country band descriptor. No real change since this
is unused. Reviewed by: sam
Diffstat (limited to 'sys/net80211/ieee80211.h')
-rw-r--r--sys/net80211/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h
index 5e96559..d8010a2 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
OpenPOWER on IntegriCloud