It turns out that there are some issues with just enabling AQL for all drivers; so instead, this series turns it into an NL80211_EXT_FEATURE flag, and only enables it for ath10k. Some coordination to make sure the mac80211 and the driver patch goes into the same -rc would be good. Toke Høiland-Jørgensen (2): mac80211: Turn AQL into an NL80211_EXT_FEATURE ath10k: Enable Airtime Queue Limits feature drivers/net/wireless/ath/ath10k/mac.c | 1 + include/uapi/linux/nl80211.h | 1 + net/mac80211/debugfs_sta.c | 76 ++++++++++++++++++++------- net/mac80211/main.c | 4 +- net/mac80211/sta_info.c | 3 ++ net/mac80211/sta_info.h | 1 - net/mac80211/tx.c | 4 +- 7 files changed, 66 insertions(+), 24 deletions(-) -- 2.24.0