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 03:07:10
Module Name:	src
Committed By:	dyoung
Date:		Thu May  6 03:07:10 UTC 2004

Modified Files:
	src/sys/net80211: ieee80211.c ieee80211_node.c ieee80211_var.h

Log Message:
Add a sysctl, net.ieee80211.debug, for turning debug messages on
and off.

Add a sysctl, net.ieee80211.maxinact, for adjusting the node time-out
interval.  After net.ieee80211.maxinact seconds of inactivity, an
AP will purge a peer/client-record.  Now the client has to reassociate.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/net80211/ieee80211.c
cvs rdiff -r1.12 -r1.13 src/sys/net80211/ieee80211_node.c
cvs rdiff -r1.6 -r1.7 src/sys/net80211/ieee80211_var.h

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