mbox series

[RFC,0/3] mac80211: handle push-pull path in ATF

Message ID 1534202011-13101-1-git-send-email-rmanohar@codeaurora.org (mailing list archive)
Headers show
Series mac80211: handle push-pull path in ATF | expand

Message

Rajkumar Manoharan Aug. 13, 2018, 11:13 p.m. UTC
Toke,

Here are my pending changes on top of your 1st version of ATF.
I am posting these RFCs for more feedback. I havn't posted ath10k changes
and planned to do it later. Kindly review.

-Rajkumar

Rajkumar Manoharan (3):
  mac80211: make airtime txq list per ac
  mac80211: pause txq transmission on negative airtime deficit
  mac80211: add ieee80211_reorder_txq

 include/net/mac80211.h     | 15 ++++++++
 net/mac80211/debugfs_sta.c |  7 ++--
 net/mac80211/ieee80211_i.h |  3 +-
 net/mac80211/main.c        |  3 +-
 net/mac80211/sta_info.c    |  9 +++++
 net/mac80211/tx.c          | 87 +++++++++++++++++++++++++++++++++++-----------
 6 files changed, 98 insertions(+), 26 deletions(-)