aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-04-28 14:59:05 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-04-28 14:59:05 +0000
commitee6b5ace1f9b0df8fbf3ad4cd28c522032994834 (patch)
tree353d3f18d44c199765577e67d25c9fcf68e67130 /sys
parentdfe4a64b123deb8dbe208ee83d8d4fa73f29541b (diff)
downloadsrc-ee6b5ace1f9b0df8fbf3ad4cd28c522032994834.tar.gz
src-ee6b5ace1f9b0df8fbf3ad4cd28c522032994834.zip
Add a private field to struct ieee80211_rx_ampdu do hold driver specific
data. Sponsored by: iXsystems, inc
Notes
Notes: svn path=/head/; revision=207327
Diffstat (limited to 'sys')
-rw-r--r--sys/net80211/ieee80211_ht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 7b0eab7ace18..21e7ff631d84 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -142,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];
+ void *rxa_private;
uint64_t rxa_pad[4];
};