Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/20/2004 23:03:39
Module Name: src
Committed By: dyoung
Date: Mon Dec 20 23:03:39 UTC 2004
Modified Files:
src/sys/net80211: ieee80211_ioctl.c ieee80211_ioctl.h
Log Message:
Add SIOCG80211ZSTATS to atomically get/clear 802.11 statistics.
Protect SIOCG80211STATS with splnet()/splx() so that it takes a
"snapshot" of the 802.11 statistics, which is superfluous if
ieee80211_ioctl is always called at splnet()....
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/net80211/ieee80211_ioctl.c
cvs rdiff -r1.7 -r1.8 src/sys/net80211/ieee80211_ioctl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.