svn commit: r207370 - head/sys/net80211
Rui Paulo
rpaulo at FreeBSD.org
Thu Apr 29 15:19:11 UTC 2010
Author: rpaulo
Date: Thu Apr 29 15:19:11 2010
New Revision: 207370
URL: http://svn.freebsd.org/changeset/base/207370
Log:
Decrement rxa_pad due to the addition of rxa_private.
Modified:
head/sys/net80211/ieee80211_ht.h
Modified: head/sys/net80211/ieee80211_ht.h
==============================================================================
--- head/sys/net80211/ieee80211_ht.h Thu Apr 29 11:52:42 2010 (r207369)
+++ head/sys/net80211/ieee80211_ht.h Thu Apr 29 15:19:11 2010 (r207370)
@@ -143,7 +143,7 @@ struct ieee80211_rx_ampdu {
int rxa_nframes; /* frames since ADDBA */
struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX];
void *rxa_private;
- uint64_t rxa_pad[4];
+ uint64_t rxa_pad[3];
};
void ieee80211_ht_attach(struct ieee80211com *);
More information about the svn-src-all
mailing list