Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: None <dyoung@netbsd.org>
List: source-changes
Date: 02/25/2003 03:57:36
Module Name:	src
Committed By:	dyoung
Date:		Tue Feb 25 01:57:36 UTC 2003

Modified Files:
	src/sys/dev/ic: awi.c wi.c
	src/sys/net: if_ieee80211.h if_ieee80211subr.c if_media.h

Log Message:
Add support for Prism monitor mode. From Kevin Lahey
<kml@patheticgeek.net>.

This patch does NOT add monitor mode support for the Lucent radios.

awi(4) was only modified for compatibility with the new mediaopt.
It does NOT support monitor mode.

Tested by Kevin, Daniel Carosone, and I.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/ic/awi.c
cvs rdiff -r1.111 -r1.112 src/sys/dev/ic/wi.c
cvs rdiff -r1.25 -r1.26 src/sys/net/if_ieee80211.h
cvs rdiff -r1.23 -r1.24 src/sys/net/if_ieee80211subr.c
cvs rdiff -r1.32 -r1.33 src/sys/net/if_media.h

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