mbox series

[0/3] simplify usb layer buffer allocation

Message ID cover.1550701735.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series simplify usb layer buffer allocation | expand

Message

Lorenzo Bianconi Feb. 20, 2019, 10:35 p.m. UTC
From: Lorenzo Bianconi <lorenzo@kernel.org>

Simplify usb rx buffer allocation.
Simplify mt76u_tx_build_sg routine.
This series is based on 'mt76usb: allow mt76u_bulk_msg be used for reads'
https://patchwork.kernel.org/patch/10822469/

Lorenzo Bianconi (3):
  mt76: usb: introduce mt76u_fill_bulk_urb routine
  mt76: usb: simplify rx buffer allocation
  mt76: usb: simplify mt76u_tx_build_sg routine

 drivers/net/wireless/mediatek/mt76/mt76.h |   2 -
 drivers/net/wireless/mediatek/mt76/usb.c  | 132 +++++++++-------------
 2 files changed, 53 insertions(+), 81 deletions(-)