On 2019-03-21 16:25, Stanislaw Gruszka wrote: > Significant change is remove mt76u_buf and use urb directly > and allocate urb and sg as linear data for better cache usage. > Other that that, set consist only of some minor cleanups. > > RFC -> v1: > - introduce mt76u_tx_setup_buffers > - calculate data_len differently > - fix *usb->sg bug on intermediate patches > - use (struct scatterlist *)(e->urb + 1) trick > > Rebased on latest tree and > [PATCH v2 00/12] mt76x02: AP support for USB with PS > https://lore.kernel.org/linux-wireless/1552991867-5087-1-git-send-email-sgruszka@xxxxxxxxxx/ > > Not rebased on > [PATCH 1/6] mt76: use mac80211 txq scheduling > https://lore.kernel.org/linux-wireless/20190316204242.73560-1-nbd@xxxxxxxx/ > It easer to rebase '[PATCH 5/6] mt76: move tx tasklet to struct mt76_dev' > from that set of top of my 2 pending sets. Applied, thanks. - Felix