mbox series

[0/2] mac80211: Turn AQL into a proper NL80211_EXT_FEATURE flag

Message ID 20191211145230.200132-1-toke@redhat.com (mailing list archive)
Headers show
Series mac80211: Turn AQL into a proper NL80211_EXT_FEATURE flag | expand

Message

Toke Høiland-Jørgensen Dec. 11, 2019, 2:52 p.m. UTC
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(-)