[PATCH v2] ath10k: avoid leaving .bss_info_changed prematurely

2019-06-03 Thread Sven Eckelmann
From: Sven Eckelmann ath10k_bss_info_changed() handles various events from the upper layers. It parses the changed bitfield and then configures the driver/firmware accordingly. Each detected event is handled in a separate scope which is independent of each other - but in the same function. The

Re: [PATCH] ath10k: avoid leaving .bss_info_changed prematurely

2019-06-03 Thread Kalle Valo
Sven Eckelmann writes: > From: Sven Eckelmann > > ath10k_bss_info_changed() handles various events from the upper layers. It > parses the changed bitfield and then configures the driver/firmware > accordingly. Each detected event is handled in a separate scope which is > independent of each

Re: Qualcomm Atheros QCA6174 monitoring mode receiving no data

2019-06-03 Thread Patrick Daume
I build the kernel: 5.1.0-rc7-wt-ath+ from the repository (git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git)  and replace WLAN.RM.4.4.1-00132-QCARMSWP-1 with "/lib/firmware/ath10k/QCA6174/hw3.0/firmware-6.bin".  Same behavioiur as observed before. The interface receives no data in

Re: Qualcomm Atheros QCA6174 monitoring mode receiving no data

2019-06-03 Thread Kalle Valo
Patrick Daume writes: > I've an SparkLan WPEQ-261ACN(BT) Qualcomm Atheros QCA6174 chipset on an 4.4.1 > Kernel. > If I bring the chip in moinitor mode some Data-, QoS-, > Acknowledgment-packets are notably missing. > For comparison I used tcpdump in parallel wich an Intel Wireless 3160 chip. >