summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-06-01 16:36:28 +0000
committersam <sam@FreeBSD.org>2009-06-01 16:36:28 +0000
commitd54138ae871ddc515927682de43257eeddad4d7d (patch)
treeca9d19bb714a230a6e9000777e555fa42ce66b1e /sys/net80211/ieee80211_proto.h
parentec844753ab77ce3a6cf7b0b69da7fa78d55c2f48 (diff)
downloadFreeBSD-src-d54138ae871ddc515927682de43257eeddad4d7d.zip
FreeBSD-src-d54138ae871ddc515927682de43257eeddad4d7d.tar.gz
pad data structures to enable integration of future features w/o abi breakage
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index 6a55809..c9c3f07 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -305,6 +305,7 @@ struct ieee80211_beacon_offsets {
uint16_t bo_appie_len; /* AppIE length in bytes */
uint16_t bo_csa_trailer_len;;
uint8_t *bo_csa; /* start of CSA element */
+ uint8_t *bo_spare[4];
};
struct mbuf *ieee80211_beacon_alloc(struct ieee80211_node *,
struct ieee80211_beacon_offsets *);
OpenPOWER on IntegriCloud