mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue