Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 02:18:11 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238929 - head/sys/dev/ath
Message-ID:  <201207310218.q6V2IBl6074589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207310218.q6V2IBl6074589>