Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: None <dyoung@netbsd.org>
List: source-changes
Date: 05/16/2003 01:26:19
Module Name:	src
Committed By:	dyoung
Date:		Fri May 16 01:26:19 UTC 2003

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

Log Message:
IEEE80211_LOCK and WI_LOCK conceal enormous differences in locking
semantics on FreeBSD and NetBSD, so I am backing them out until
the macro set is enriched.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/dev/ic/wi.c
cvs rdiff -r1.32 -r1.33 src/sys/dev/ic/wivar.h
cvs rdiff -r1.31 -r1.32 src/sys/net/if_ieee80211.h \
    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.