From owner-cvs-all@FreeBSD.ORG Tue Aug 19 14:35:09 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 986A716A4BF; Tue, 19 Aug 2003 14:35:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDE943F85; Tue, 19 Aug 2003 14:35:09 -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 h7JLZ90U084145; Tue, 19 Aug 2003 14:35:09 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7JLZ8II084144; Tue, 19 Aug 2003 14:35:08 -0700 (PDT) Message-Id: <200308192135.h7JLZ8II084144@repoman.freebsd.org> From: Sam Leffler Date: Tue, 19 Aug 2003 14:35:08 -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 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: Tue, 19 Aug 2003 21:35:10 -0000 sam 2003/08/19 14:35:08 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: o pass control frames up the stack when in monitor mode (the 802.11 layer will quietly discard them; this just permits them to be collected with bpf) o add a counter for the number of rate control frames discarded when not in monitor mode o move the rx "too short" statistic in the stat structure so non-error rx stats are together (NB: ABI change to apps that collect stats via driver ioctl) Revision Changes Path 1.11 +5 -2 src/sys/dev/ath/if_ath.c 1.2 +2 -1 src/sys/dev/ath/if_athioctl.h