summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-07-10 15:26:33 +0000
committersam <sam@FreeBSD.org>2009-07-10 15:26:33 +0000
commit3625089dba2270344045a4160c2da2544c90aab4 (patch)
treeae0782ad6b6afb35225df3b5594c881e94fc93a4 /sys/net80211/ieee80211_ioctl.h
parent916ae8e45c6bd152c979c581a46108fdfb7a9111 (diff)
downloadFreeBSD-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/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h2
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
OpenPOWER on IntegriCloud