Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/06/2004 07:11:40
Module Name:	src
Committed By:	dyoung
Date:		Thu May  6 07:11:40 UTC 2004

Modified Files:
	src/sys/net80211: ieee80211.c ieee80211_rssadapt.c

Log Message:
Following Andrew Brown's suggestion, move net.ieee80211 to
net.link.ieee80211.  The convention is that nodes directly under
net are protocol families (PF_*).

Also, simplify the sysctl setup for net80211 and rssadapt, following
another suggestion by Andrew.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/net80211/ieee80211.c
cvs rdiff -r1.5 -r1.6 src/sys/net80211/ieee80211_rssadapt.c

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