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

2018-11-08 Thread Sebastian Gottschall
thank you very much. waiting for this fix since a long time. i also reported this issue years ago with no response Sebastian Am 09.11.2018 um 07:11 schrieb Sathishkumar Muruganandam: One such visible functional impact is when GTK rekey frame from

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

2018-11-08 Thread Sathishkumar Muruganandam
Currently in 10.4 FW, all the received 4addr frames are processed for source port learning which is enabled by default. This learning can't be disabled by default in FW since it breaks backward compatibility. Since ath10k uses mac80211 based 4addr mode, source port learning done in 10.4 FW is

Re: [PATCH REGRESSION] Revert "ath10k: add quiet mode support for QCA6174/QCA9377"

2018-11-08 Thread Rajkumar Manoharan
On 2018-11-08 09:30, Brian Norris wrote: On Wed, Nov 7, 2018 at 8:32 PM Govind Singh wrote: On 2018-11-08 03:00, Rajkumar Manoharan wrote: > > The change "ath10k: add quiet mode support for QCA6174/QCA9377" was > merged even > before full WCN3990 device support was added in ath10k. How come it

Re: [PATCH 1/4] New netlink command for TID specific configuration

2018-11-08 Thread Tamizh chelvam
Hello Tamizh, Co-Developed-by: Tamizh Chelvam Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Tamizh chelvam --- include/net/cfg80211.h | 14 +++ include/uapi/linux/nl80211.h | 69 + net/wireless/nl80211.c | 86

Re: [PATCH REGRESSION] Revert "ath10k: add quiet mode support for QCA6174/QCA9377"

2018-11-08 Thread Brian Norris
On Wed, Nov 7, 2018 at 8:32 PM Govind Singh wrote: > On 2018-11-08 03:00, Rajkumar Manoharan wrote: > > On 2018-11-07 10:56, Brian Norris wrote: > >> This reverts commit cfb353c0dc058bc1619cc226d3cbbda1f360bdd3. > >> > >> WCN3990 firmware does not yet implement this feature, and so it > >>

Re: [PATCH 1/4] New netlink command for TID specific configuration

2018-11-08 Thread Tamizh chelvam
On 2018-11-06 15:46, Sergey Matyukevich wrote: Hello Tamizh, Co-Developed-by: Tamizh Chelvam Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Tamizh chelvam --- include/net/cfg80211.h | 14 +++ include/uapi/linux/nl80211.h | 69 +

Re: [PATCH 0/4] cfg80211/mac80211: Add support for TID specific configuration

2018-11-08 Thread Ben Greear
On 11/07/2018 04:55 PM, Igor Mitsyanko wrote: On 10/22/2018 10:55 AM, Tamizh chelvam wrote: Add infrastructure for per TID aggregation/retry count configurations such as retry count and AMPDU aggregation control(disable/enable). In some scenario reducing the number of retry count for a

Re: [PATCH 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-08 Thread Toke Høiland-Jørgensen
Rajkumar Manoharan writes: > On 2018-11-07 06:53, Toke Høiland-Jørgensen wrote: >> Rajkumar Manoharan writes: >> >>> Meanwhile we did some more experiments with both modes. The experiment >>> was done in open environment and fixed rate and UDP traffic ran for 60 >>> seconds. >>> >>> Seems

Re: [PATCH 3/4] mac80211: Add api to support configuring TID specific configuration

2018-11-08 Thread Tamizh chelvam
On 2018-11-06 16:03, Sergey Matyukevich wrote: Signed-off-by: Tamizh chelvam --- include/net/mac80211.h| 40 + net/mac80211/cfg.c| 71 + net/mac80211/driver-ops.h | 16 ++ net/mac80211/trace.h

Re: [PATCH 2/4] nl80211: Add netlink attribute for AMPDU aggregation enable/disable

2018-11-08 Thread Tamizh chelvam
Hi Sergey, Hello Tamizh, Signed-off-by: Tamizh chelvam --- include/net/cfg80211.h |6 ++ include/uapi/linux/nl80211.h | 21 + net/wireless/nl80211.c | 17 + net/wireless/rdev-ops.h | 15 +++ net/wireless/trace.h

[PATCH] ath10k: remove set but not used variable 'num_tdls_vifs'

2018-11-08 Thread YueHaibing
Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_sta_state': drivers/net/wireless/ath/ath10k/mac.c:6238:7: warning: variable 'num_tdls_vifs' set but not used [-Wunused-but-set-variable] 'num_tdls_vifs' not used any more after