Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net80211
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.
Home |
Main Index |
Thread Index |
Old Index