Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/06/2007 05:51:15
Module Name: src
Committed By: dyoung
Date: Sat Jan 6 05:51:15 UTC 2007
Modified Files:
src/sys/net80211: ieee80211_radiotap.h
Log Message:
Add a hint to the compiler that the radiotap header requires 8-byte
alignment. This
1 helps GCC make better code for architectures such as ARM
where it would otherwise do a lot of byte-loads and shifts
to load a multi-byte word, and
2 ensures that the compiler will add no padding between a
radiotap header and a 64-bit or narrower field that
follows it.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/net80211/ieee80211_radiotap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.