From owner-svn-src-head@FreeBSD.ORG Tue Jul 31 02:18:11 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A6B4106566B; Tue, 31 Jul 2012 02:18:11 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 54F948FC0A; Tue, 31 Jul 2012 02:18:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6V2IBcN074591; Tue, 31 Jul 2012 02:18:11 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6V2IBl6074589; Tue, 31 Jul 2012 02:18:11 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201207310218.q6V2IBl6074589@svn.freebsd.org> From: Adrian Chadd Date: Tue, 31 Jul 2012 02:18:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238929 - head/sys/dev/ath X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 02:18:11 -0000 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.