Unable to set Transmit Packet Steering "xps_cpus"

2019-11-05 Thread Goran Sustek
Hi, i have unusual issue setting Transmit Packet steering. Hardware (NIC chipset, platform, etc) NIC: Compex COMPEX WLE1216V5-20 5GHz Platform: KANSUNG Model: K515G6 (https://bit.ly/2IOlSeQ 1) system: ubuntu eaon latest update driver: latest ath10k , any firmware ,board-bin

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

2019-11-05 Thread Ben Greear
On 11/5/19 8:49 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

[PATCH net-next] ath10k: fix RX of frames with broken FCS in monitor mode

2019-11-05 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

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 > > +++