diff options
author | sam <sam@FreeBSD.org> | 2009-07-10 15:26:33 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-07-10 15:26:33 +0000 |
commit | 3625089dba2270344045a4160c2da2544c90aab4 (patch) | |
tree | ae0782ad6b6afb35225df3b5594c881e94fc93a4 /sys/net80211 | |
parent | 916ae8e45c6bd152c979c581a46108fdfb7a9111 (diff) | |
download | FreeBSD-src-3625089dba2270344045a4160c2da2544c90aab4.zip FreeBSD-src-3625089dba2270344045a4160c2da2544c90aab4.tar.gz |
mark struct ieee80211req_maclist packed so sizeof works as intended on arm;
fixes "list mac"
Approved by: re (kensmith)
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 9e22cc1..db43778 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -302,7 +302,7 @@ enum { struct ieee80211req_maclist { uint8_t ml_macaddr[IEEE80211_ADDR_LEN]; -}; +} __packed; /* * Set the active channel list by IEEE channel #: each channel |