[PATCH v6 3/4] ath10k: migrate to mac80211 txq scheduling

2019-01-22 Thread Toke Høiland-Jørgensen
From: Toke Høiland-Jørgensen ath10k maintains common txqs list for all stations. This txq management can be removed by migrating to mac80211 txq APIs and let mac80211 handle txqs reordering based on reported airtime. By doing this, txq fairness maintained in ath10k i.e processing N frames per txq

Re: [PATCH v6 3/4] ath10k: migrate to mac80211 txq scheduling

2019-01-22 Thread Sebastian Gottschall
you mentioned yesterday that the called should own the right lock. doesnt that apply to ath10k as well? i dont see a lock here and you still calling txq_return Sebastian Am 22.01.2019 um 15:20 schrieb Toke Høiland-Jørgensen: From: Toke Høiland-Jørgensen ath10k maintains common txqs list for