QCA9984 all devices being de-authenticated and unable to re-connect

2019-03-29 Thread Carlito Nueno
Hi all, I am using: ath10k-firmware-qca9984 - 2018-12-16-211de167-1 kmod-ath10k - 4.14.109+4.19.23-1-5 ## Problem I am able to associate and authenticate many clients. Max I tested was 15 clients. But when more than 4 clients start to play video stream (youtube, twitch, netflix): 1. all the cli

[PATCH v4] iw: Add support for controlling tx power for per station

2019-03-29 Thread Balaji Pothunoori
From: Ashok Raj Nagarajan This patch allows userspace to set transmit power, in dBm units, to a station associated to the AP. To set a limit tx power of 20 dBm: iw wlan0 station set txpwr limit 20 To revert the user defined tx power for a station: iw wlan0 station set txpwr auto Co-developed

[PATCH v4 3/3] ath10k: add support for controlling tx power to a station

2019-03-29 Thread Balaji Pothunoori
From: Ashok Raj Nagarajan This patch will add the support to control the transmit power for traffic to a station associated with the AP. Underlying firmware will enforce that the maximum tx power will be based on the regulatory requirements. If the user given transmit power is greater than the a

[PATCH v4 2/3] mac80211: store tx power value from user to station

2019-03-29 Thread Balaji Pothunoori
From: Ashok Raj Nagarajan This patch introduce a new driver callback drv_sta_set_txpwr. This API will copy the transmit power value passed from user space and call the driver callback to set the tx power for the station. Co-developed-by: Balaji Pothunoori Signed-off-by: Ashok Raj Nagarajan Sig

[PATCH v4 1/3] cfg80211: Add support to set tx power for a station associated

2019-03-29 Thread Balaji Pothunoori
From: Ashok Raj Nagarajan This patch adds support to set transmit power setting type and transmit power level attributes to NL80211_CMD_SET_STATION in order to facilitate adjusting the transmit power level of a station associated to the AP. The added attributes allow selection of automatic and l

Re: [PATCH] ath10k: remove iteration in wake_tx_queue

2019-03-29 Thread Erik Stromdahl
On 3/27/19 6:49 PM, Peter Oh wrote: 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