From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Mon, 11 Oct 2010 13:32:44 -0700 Subject: [ath9k-devel] capturing packets with PHY errors? In-Reply-To: References: Message-ID: <20101011203244.GD10049@tux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Sat, Oct 09, 2010 at 10:31:35PM -0700, Shaddi Hasan wrote: > Hi there, > > Is it possible to capture packets with PHY errors via ath9k? If not, > where should I go looking to enable this functionality within the > driver? My goal is to capture everything the radio can hear, including > noise, if this is possible. I have put up a monitor interface that > captures packets that fail the FCS check, but it seems like a number > of packets are being dropped by the hardware before I attempt to > capture. Poke at ath9k_rx_accept() Luis