Fix packing on the country band descriptor. No real change since this
is unused. Reviewed by: sam
This commit is contained in:
parent
850adc0cd7
commit
f4fcdb0eb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user