On 06/21/2017 12:09 AM, Johannes Berg wrote:
[snip][please trim the amount of text you quote]- txqi->txq.ac = ieee80211_ac_from_tid(tid); + if (tid == IEEE80211_NUM_TIDS + 1) + txqi->txq.ac = IEEE80211_AC_VO;Why voice, maybe commit message should mention it?That's standard for management frames, I really didn't think that'd need any comment?
You're right, for some reason I thought about "null data" frames instead of "no data" frames.
johannes