svn commit: r238929 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Tue Jul 31 02:18:11 UTC 2012
Author: adrian
Date: Tue Jul 31 02:18:10 2012
New Revision: 238929
URL: http://svn.freebsd.org/changeset/base/238929
Log:
Placeholder ioctl for an upcoming rate control statistics API change.
Modified:
head/sys/dev/ath/if_athioctl.h
Modified: head/sys/dev/ath/if_athioctl.h
==============================================================================
--- head/sys/dev/ath/if_athioctl.h Tue Jul 31 02:00:37 2012 (r238928)
+++ head/sys/dev/ath/if_athioctl.h Tue Jul 31 02:18:10 2012 (r238929)
@@ -231,6 +231,7 @@ struct ath_rateioctl {
caddr_t buf;
};
#define SIOCGATHNODERATESTATS _IOWR('i', 149, struct ath_rateioctl)
+#define SIOCGATHRATESTATS _IOWR('i', 150, struct ath_rateioctl)
/*
* Radio capture format.
More information about the svn-src-all
mailing list