Re: [RFC PATCH] ath10k: fix RX of frames with broken FCS in monitor mode

2019-11-05 Thread Linus Lüssing
On Fri, Nov 01, 2019 at 08:46:53AM -0700, Ben Greear wrote: > > diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c > > b/drivers/net/wireless/ath/ath10k/htt_rx.c > > index 53f1095de8ff..ce0a16ebb8bb 100644 > > --- a/drivers/net/wireless/ath/ath10k/htt_rx.c > > +++

Re: [RFC PATCH] ath10k: fix RX of frames with broken FCS in monitor mode

2019-11-01 Thread Ben Greear
On 11/1/19 4:11 AM, Linus Lüssing wrote: From: Linus Lüssing So far, frames were forwarded regardless of the FCS correctness leading to userspace applications listening on the monitor mode interface to receive potentially broken frames, even with the "fcsfail" flag unset. By default, with the

[RFC PATCH] ath10k: fix RX of frames with broken FCS in monitor mode

2019-11-01 Thread Linus Lüssing
From: Linus Lüssing So far, frames were forwarded regardless of the FCS correctness leading to userspace applications listening on the monitor mode interface to receive potentially broken frames, even with the "fcsfail" flag unset. By default, with the "fcsfail" flag of a monitor mode interface