Hi,

The aligned will make sure that the structure gets padded properly to the size 
specified. Only on ARM/MIPS etc, structures get automatically aligned according 
to the element in the structure requiring the greatest alignment. I've 
test-compiled the USB WLAN drivers, and the aligned makes a difference. The 
problem is that the radiotap header skews some following elements, so that they 
are no longer aligned. The radiotap header itself is packed, and this is not a 
problem.

--HPS

 
-----Original message-----
> From:Warner Losh <i...@bsdimp.com <mailto:i...@bsdimp.com> >
> Sent: Monday 29th July 2013 17:04
> To: Adrian Chadd <adr...@freebsd.org <mailto:adr...@freebsd.org> >
> Cc: Hans Petter Selasky <hans.petter.sela...@bitfrost.no 
> <mailto:hans.petter.sela...@bitfrost.no> >; freebsd-arm 
> <freebsd-...@freebsd.org <mailto:freebsd-...@freebsd.org> >; 
> freebsd-wireless@freebsd.org <mailto:freebsd-wireless@freebsd.org> 
> Subject: Re: My WLI-UC-GNM up crash
> 
> Aren't structures already aligned to 4 bytes when placed inside other 
> structures (unless marked __packed)?
> 
> Warner
> 
> On Jul 28, 2013, at 11:50 AM, Adrian Chadd wrote:
> 
> > As long as that results in the radiotap structures being 4 or 8 byte
> > padded when it's embedded in the softc - then yes, indeed.
> > 
> > Xiao, can you try?
> > 
> > 
> > -adrian
> > 
> > On 28 July 2013 03:35, Hans Petter Selasky <h...@bitfrost.no 
> > <mailto:h...@bitfrost.no> > wrote:
> >> Hi,
> >> 
> >> Can you try the attached patch?
> >> 
> >> --HPS
> > _______________________________________________
> > freebsd-...@freebsd.org <mailto:freebsd-...@freebsd.org>  mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-arm 
> > <http://lists.freebsd.org/mailman/listinfo/freebsd-arm> 
> > To unsubscribe, send any mail to "freebsd-arm-unsubscr...@freebsd.org 
> > <mailto:freebsd-arm-unsubscr...@freebsd.org> "
> 
> 

_______________________________________________
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to