Re: [PATCH 1/2] dt: bindings: add dt entry for XO calibration support

2019-03-27 Thread Rob Herring
On Sat, Mar 02, 2019 at 10:36:34AM +0530, Govind Singh wrote: > Add dt binding to get xo calibration data support for wifi rf clock. > > Signed-off-by: Govind Singh > --- > Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Do

[PATCH AUTOSEL 4.19 110/192] ath10k: fix shadow register implementation for WCN3990

2019-03-27 Thread Sasha Levin
From: Rakesh Pillai [ Upstream commit 1863008369ae0407508033b4b00f98b985adeb15 ] WCN3990 supports shadow registers write operation support for copy engine for regular operation in powersave mode. Since WCN3990 is a 64-bit target, the shadow register implementation needs to be done in the copy e

[PATCH AUTOSEL 5.0 157/262] ath10k: fix shadow register implementation for WCN3990

2019-03-27 Thread Sasha Levin
From: Rakesh Pillai [ Upstream commit 1863008369ae0407508033b4b00f98b985adeb15 ] WCN3990 supports shadow registers write operation support for copy engine for regular operation in powersave mode. Since WCN3990 is a 64-bit target, the shadow register implementation needs to be done in the copy e

[PATCH AUTOSEL 5.0 079/262] ath10k: don't report unset rssi values to mac80211

2019-03-27 Thread Sasha Levin
From: Alagu Sankar [ Upstream commit 7d444522303177f3a3c09b9abb104ddeea470a70 ] The SDIO firmware does not provide RSSI value to the host, it's only set to zero. In that case don't report the value to mac80211. One risk here is that value zero might be a valid value with other firmware, currentl

[PATCH AUTOSEL 5.0 065/262] ath10k: Fix the wrong updation of BW in tx_stats debugfs entry

2019-03-27 Thread Sasha Levin
From: Surabhi Vishnoi [ Upstream commit ef9051c72ab7bc664e8047c55ac74bdb1c7fa3ee ] Currently, the bandwidth is updated wrongly in BW table in tx_stats debugfs per sta as there is difference in number of bandwidth type in mac80211 and driver stats table. This leads to bandwidth getting updated at

Re: [PATCH] ath10k: remove iteration in wake_tx_queue

2019-03-27 Thread Peter Oh
On 03/27/2019 09:29 AM, Erik Stromdahl wrote: > Iterating the TX queue and thereby dequeuing all available packets in the > queue could result in performance penalties on some SMP systems. > Please share the test results and numbers you've run to help others thoughts. Thanks, Peter ___

[PATCH] ath10k: remove iteration in wake_tx_queue

2019-03-27 Thread Erik Stromdahl
Iterating the TX queue and thereby dequeuing all available packets in the queue could result in performance penalties on some SMP systems. The reason for this is most likely that the per-ac lock (active_txq_lock) in mac80211 will be held by the CPU iterating the current queue. This will lock up o

ath10k-firmware: QCA4019 hw1.0: Update Netgear Orbi Pro SRK60 specific BDFs

2019-03-27 Thread Robert Marko
Hi, I am currently working on the Netgear Orbi Prok SRK60 support for OpenWrt. This AP requires three special BDFs to get the Wi-Fi PHYs working (correctly). The bmi-board-id='s would clash with one of the the IPQ401X AP-DK boards because QCA doesn't provide special IDs for customers and seems to

ath10k-firmware: QCA9984 hw1.0: Update Netgear Orbi Pro SRK60 specific BDFs

2019-03-27 Thread Robert Marko
Hi, I am currently working on the Netgear Orbi Pro SRK60 support for OpenWrt. This AP requires three special BDFs to get the Wi-Fi PHYs working (correctly). The bmi-board-id='s would clash with one of the the IPQ401X AP-DK boards because QCA doesn't provide special IDs for customers and seems to u