Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/06/2003 20:01:19
Module Name:	src
Committed By:	dyoung
Date:		Sun Jul  6 20:01:19 UTC 2003

Modified Files:
	src/sys/dev/ic: awi.c awivar.h wi.c wivar.h
	src/sys/net: if_ieee80211subr.c

Log Message:
Still more consolidation of 802.11 media-handling, moving moving
common code from awi and wi into the 802.11 framework. Inspired by
Sam Leffler's patches to FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/dev/ic/awi.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/awivar.h
cvs rdiff -r1.131 -r1.132 src/sys/dev/ic/wi.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/ic/wivar.h
cvs rdiff -r1.40 -r1.41 src/sys/net/if_ieee80211subr.c

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