Date: Thu, 29 Apr 2010 15:19:11 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r207370 - head/sys/net80211 Message-ID: <201004291519.o3TFJB8A081505@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004291519.o3TFJB8A081505>