[PATCH] ath10k: fix VHT NSS calculation when STBC is enabled

2020-08-14 Thread Sathishkumar Muruganandam
When STBC is enabled, NSTS_SU value need to be accounted for VHT NSS calculation for SU case. Without this fix, 1SS + STBC enabled case was reported wrongly as 2SS in radiotap header on monitor mode capture. Tested-on: QCA9984 10.4-3.10-00047 Signed-off-by: Sathishkumar Muruganandam

[PATCH] ath10k: enable transmit data ack RSSI for QCA9884

2020-07-31 Thread Sathishkumar Muruganandam
ts") Signed-off-by: Abhishek Ambure Signed-off-by: Balaji Pothunoori [kv...@codeaurora.org: improve commit log] Signed-off-by: Kalle Valo Signed-off-by: Sathishkumar Muruganandam --- drivers/net/wireless/ath/ath10k/hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireles

[PATCH v2] ath10k: Disable 4addr source port learning in 10.4 FW by default

2018-11-11 Thread Sathishkumar Muruganandam
-by: Sathishkumar Muruganandam --- Changes in v2: * Added the missing VDEV param assignments to 10.4 and 10.2.4 * Updated latest FW version drivers/net/wireless/ath/ath10k/mac.c | 11 +++ drivers/net/wireless/ath/ath10k/wmi.c | 4 drivers/net/wireless/ath/ath10k/wmi.h | 21

Re: [EXTERNAL] Re: [PATCH] ath10k: Disable 4addr source port learning in 10.4 FW by default

2018-11-11 Thread Sathishkumar Muruganandam
On 2018-11-12 09:40, Sebastian Gottschall wrote: i tested my proposal now and it fixes the issue. the submitted patch was simply broken at that small point You're right. Thanks for your finding ! Due to some reason, my patch formatting missed the vdev param assignments to 10.4 and 10.2.4

[PATCH] ath10k: Disable 4addr source port learning in 10.4 FW by default

2018-11-08 Thread Sathishkumar Muruganandam
-by: Sathishkumar Muruganandam --- drivers/net/wireless/ath/ath10k/mac.c | 11 +++ drivers/net/wireless/ath/ath10k/wmi.c | 2 ++ drivers/net/wireless/ath/ath10k/wmi.h | 21 - 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b

[PATCH 2/2] ath10k: Support extended board data download for dual-band QCA9984

2018-08-24 Thread Sathishkumar Muruganandam
th10k/QCA9984/hw1.0/eboard.bin': 0 using board api 1 boot writing ext board data to addr 0xc3000 .. Signed-off-by: Sathishkumar Muruganan

[PATCH 1/2] ath10k: Support extended board data download for dual-band QCA9984

2018-08-24 Thread Sathishkumar Muruganandam
Just moving functions down in the file, no functional changes. Signed-off-by: Sathishkumar Muruganandam --- drivers/net/wireless/ath/ath10k/core.c | 402 - 1 file changed, 201 insertions(+), 201 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers

[PATCH] ath10k: Suppress "Unknown eventid: 36925" warnings

2018-03-26 Thread Sathishkumar Muruganandam
of OpenWRT QCA9984 running 6.0.8 with FW ver 10.4-3.5.3-00053 Signed-off-by: Sathishkumar Muruganandam <murug...@codeaurora.org> --- drivers/net/wireless/ath/ath10k/wmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/