From owner-cvs-all@FreeBSD.ORG Sat Dec 27 23:00:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8105416A4CE; Sat, 27 Dec 2003 23:00:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB3AA43D2F; Sat, 27 Dec 2003 23:00:32 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBS70W0B039006; Sat, 27 Dec 2003 23:00:32 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBS70WfJ039005; Sat, 27 Dec 2003 23:00:32 -0800 (PST) (envelope-from sam) Message-Id: <200312280700.hBS70WfJ039005@repoman.freebsd.org> From: Sam Leffler Date: Sat, 27 Dec 2003 23:00:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2003 07:00:33 -0000 sam 2003/12/27 23:00:32 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: update radiotap support to reflect recent changes: o move tx taps from ath_start to ath_tx_start so lots more state is available to tap o add tx flags o add tx rate o add tx power (constant for the moment) o add tx antenna state Revision Changes Path 1.38 +16 -9 src/sys/dev/ath/if_ath.c 1.5 +6 -2 src/sys/dev/ath/if_athioctl.h