Date: Mon, 15 Sep 2003 12:41:54 -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 Message-ID: <200309151941.h8FJfs9u071048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/09/15 12:41:54 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o do not filter received frames based on type or length; pass 'em all up to the 802.11 layer if they are at least IEEE80211_MIN_LEN o mask off interrupt status bits that we don't care about so we don't do the wrong thing; this fixes a problem where the beacon miss interrupt status bit is delivered together with other status bits when operating in monitor mode (we would post a beacon miss swi and then do the wrong thing) Revision Changes Path 1.17 +3 -13 src/sys/dev/ath/if_ath.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309151941.h8FJfs9u071048>