On Sat, 2019-02-16 at 18:47 +0100, lorenzo@xxxxxxxxxx wrote: > From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > > Move queue id dependency in driver specific tx queue initialization code > since new chipsets rely on a different tx queue enumeration scheme. > Add the possibility to specify qid in mt76_tx routine > > Lorenzo Bianconi (2): > mt76: add qid parameter to mt76_tx signature > mt76: move txq qid dependency in driver specific code > > drivers/net/wireless/mediatek/mt76/mac80211.c | 27 +++++++++++------- > drivers/net/wireless/mediatek/mt76/mt76.h | 14 ++++++++-- > .../net/wireless/mediatek/mt76/mt76x02_txrx.c | 8 +++++- > .../net/wireless/mediatek/mt76/mt76x02_util.c | 2 ++ > drivers/net/wireless/mediatek/mt76/tx.c | 28 +++++-------------- > 5 files changed, 45 insertions(+), 34 deletions(-) > Thanks. This will help us to develop the new chipsets more easily. Acked-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx>