Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 04/30/2004 23:59:52
Module Name:	src
Committed By:	dyoung
Date:		Fri Apr 30 23:59:52 UTC 2004

Modified Files:
	src/sys/dev/ic: athvar.h

Log Message:
Sync with FreeBSD.  Here are the changes FreeBSD has made:

----------------------------
do proper subclassing of node free+copy; the previous hack falls apart when
the 802.11 layer does useful work

Obtained from:	madwifi
----------------------------
transmit beacon frames directly instead of defering them to a swi; there
was too much delay

Obtained from:	madwifi
----------------------------
update copyright notice for 2004
----------------------------
radiotap updates:

o force little-endian byte order for header
o pad header to 32-bit boundary to guard against applications that assume
  packet data alignment


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/athvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.