From owner-cvs-all@FreeBSD.ORG Fri Sep 5 15:22:50 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 C54E216A4BF; Fri, 5 Sep 2003 15:22:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A05643FB1; Fri, 5 Sep 2003 15:22:50 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h85MMo0U065707; Fri, 5 Sep 2003 15:22:50 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h85MMnUI065706; Fri, 5 Sep 2003 15:22:49 -0700 (PDT) Message-Id: <200309052222.h85MMnUI065706@repoman.freebsd.org> From: Sam Leffler Date: Fri, 5 Sep 2003 15:22:49 -0700 (PDT) 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 if_athvar.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: Fri, 05 Sep 2003 22:22:50 -0000 sam 2003/09/05 15:22:49 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h if_athvar.h Log: Add support for the experimental radiotap capture format. With this we no longer need the debugging code to dump packets. Revision Changes Path 1.14 +64 -11 src/sys/dev/ath/if_ath.c 1.3 +35 -0 src/sys/dev/ath/if_athioctl.h 1.6 +13 -0 src/sys/dev/ath/if_athvar.h