Fix packing on the country band descriptor. No real change since this

is unused.

Reviewed by: sam
This commit is contained in:
Warner Losh 2006-12-01 18:40:51 +00:00
parent 850adc0cd7
commit f4fcdb0eb5

View File

@ -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