[PATCH v2] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Rajkumar Manoharan
Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent probe responses. So for 10.4 based solutions, probe responses are limited by a threshold (24). management tx path is separate for all except tlv based

Re: [PATCH] mac80211: remove wdev/vif conversion functions

2016-03-05 Thread Emmanuel Grumbach
On Fri, Feb 26, 2016 at 11:14 PM, Felix Fietkau wrote: > Nothing uses them Correction: nothing *upstream* uses them *yet*. We have code that will use them. wdev_to_ieee80211_vif was added by: commit ad7e718c9b4f717823fd920a0103f7b0fb06183f Author: Johannes Berg

Re: [PATCH] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Rajkumar Manoharan
On , Ben Greear wrote: On 03/05/2016 08:00 PM, Rajkumar Manoharan wrote: On , Ben Greear wrote: On 03/05/2016 06:10 AM, Rajkumar Manoharan wrote: Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent

Re: [PATCH] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Ben Greear
On 03/05/2016 08:00 PM, Rajkumar Manoharan wrote: On , Ben Greear wrote: On 03/05/2016 06:10 AM, Rajkumar Manoharan wrote: Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent probe responses. So for

Re: [PATCH] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Rajkumar Manoharan
On , Ben Greear wrote: On 03/05/2016 06:10 AM, Rajkumar Manoharan wrote: Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent probe responses. So for 10.4 based solutions, probe responses are limited

Re: [PATCH] iw: add libnl-tiny support

2016-03-05 Thread Dima Krasner
On Wed, 02 Mar 2016 14:59:36 +0100 Johannes Berg wrote: > you should work with that code instead of redefining > everything. Done. (I sent this patch in a new thread earlier, because I couldn't find your reply in my inbox. Sorry for that.) Signed-off-by: Dima

[PATCH] iw: add libnl-tiny support, reimplemented

2016-03-05 Thread Dima Krasner
This allows small static builds, especially when using musl libc. Signed-off-by: Dima Krasner --- Makefile | 8 iw.c | 4 ++-- iw.h | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e61825e..4077020 100644

Re: [PATCH] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Ben Greear
On 03/05/2016 06:10 AM, Rajkumar Manoharan wrote: Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent probe responses. So for 10.4 based solutions, probe responses are limited by a threshold (24). Do

[PATCH] ath10k: move mgmt descriptor limit handle under mgmt_tx

2016-03-05 Thread Rajkumar Manoharan
Firmware reserves few descriptors for management frames transmission. In 16 MBSSID scenario, these slots will be easy exhausted due to frequent probe responses. So for 10.4 based solutions, probe responses are limited by a threshold (24). management tx path is separate for all except tlv based

Re: [PATCH] cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION

2016-03-05 Thread Mohammed Shafi Shajakhan
Hi Johannes, https://groups.google.com/a/chromium.org/forum/#!msg/chromium-os-reviews/lDzKxgl6fIE/H5GQfMcuBwAJ for more information regarding the request for implementation. I will send a v2 re-phrasing that it is implementation specific. regards, shafi On Thu, Mar 03, 2016 at 09:50:36PM