summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.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_ht.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_ht.h')
-rw-r--r--sys/net80211/ieee80211_ht.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 2336ca1..f1ed36b 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -58,6 +58,7 @@ struct ieee80211_tx_ampdu {
int txa_nextrequest;/* soonest to make next request */
struct callout txa_timer;
void *txa_private; /* driver-private storage */
+ uint64_t txa_pad[4];
};
/* return non-zero if AMPDU tx for the TID is running */
@@ -141,6 +142,7 @@ struct ieee80211_rx_ampdu {
int rxa_age; /* age of oldest frame in window */
int rxa_nframes; /* frames since ADDBA */
struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX];
+ uint64_t rxa_pad[4];
};
void ieee80211_ht_attach(struct ieee80211com *);
OpenPOWER on IntegriCloud