Date: Tue, 19 Aug 2003 14:35:08 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h Message-ID: <200308192135.h7JLZ8II084144@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308192135.h7JLZ8II084144>