Re: [PATCH] ath10k: fix not registering airtime of 11a station with WMM disable

2020-02-19 Thread Justin Capella
ieee80211_sta_register_airtime uses ieee80211_ac_from_tid(tid) which already applies a mask, so should be returning IEEE80211_AC_BE = 2 already, there has been recent changes to some of this so maybe I'm looking at the wrong decision but I don't think this change makes a difference On Wed, Feb 19,

[PATCH] ath10k: fix not registering airtime of 11a station with WMM disable

2020-02-19 Thread Yibo Zhao
The tid of 11a station with WMM disable reported by FW is 0x10 in tx completion. The tid 16 is mapped to a NULL txq since buffer MMPDU capbility is not supported. Then 11a station's airtime will not be registered due to NULL txq check. As a results, airtime of 11a station keeps unchanged in debugfs

Re: Management rate-control on IPQ4019

2020-02-19 Thread David Bauer
Hello Ben On 2/19/20 11:29 AM, Ben Greear wrote: > Ok, maybe so.  I compile all of the wave-2 targets from the same firmware > source, > but maybe upstream 4019 firmware lags others for one reason or another. I've just came around to test ath10k-ct with ct firmware (OpenWrt snapshot from today)

Re: Management rate-control on IPQ4019

2020-02-19 Thread Ben Greear
On 02/18/2020 03:06 PM, David Bauer wrote: Hello Ben, On 2/18/20 8:58 PM, Ben Greear wrote: On 02/18/2020 11:12 AM, David Bauer wrote: Hello, while playing around with the 2.4GHz WiFi part of the IPQ4019, i was expecting being able to set the rate at which IPQ4019 transmits it's beacon frames