svn commit: r207370 - head/sys/net80211

Kostik Belousov kostikbel at gmail.com
Thu Apr 29 15:23:26 UTC 2010


On Thu, Apr 29, 2010 at 03:19:11PM +0000, Rui Paulo wrote:
> 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.
If the goal was to keep the size of the struct ieee80211_rx_ampdu
as it was before addition of rxa_private, then this commit
still did not achieved it on 32bit arches.
> 
> 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 *);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20100429/0d70d094/attachment.pgp


More information about the svn-src-head mailing list