Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-15 Thread Louie Lu
From 3a4a856c397345311c9d7f3679828cadc40e6a80 Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Thu, 15 Nov 2018 16:13:57 +0800 Subject: [PATCH] mac80211: Add reset for station's airtime Let user can reset station airtime status by debugfs, it will reset all airtime deficit to `sta->airtime_weight` and reset rx/tx airti

[PATCH] ath10k: Add independent prio sta queue

2018-01-05 Thread Louie Lu
Hi all, this is not a formal submit of the patch, I'm trying to learn how ath10k driver work with mac80211, and hope to get some feedback to see if I'm getting correct or not. The target of this patch is to let a selectable station to be the first priority to send when it use `wake_tx_queue`. The