mbox series

[0/3] fix mt76x0u driver hw stop sequence

Message ID cover.1538563675.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series fix mt76x0u driver hw stop sequence | expand

Message

Lorenzo Bianconi Oct. 3, 2018, 10:52 a.m. UTC
Fix two issue introduced in mt76x0u driver with latest rework to
share hw initialization between mt760 and mt76x2 drivers

Lorenzo Bianconi (2):
  mt76: usb: fix hw initialization sequence
  mt76x0: usb: stop cal/mac workqueues at hw stop

Stanislaw Gruszka (1):
  mt76: fix frag length allocation for usb

 .../net/wireless/mediatek/mt76/mt76x0/usb.c   | 24 +++++++++----------
 .../wireless/mediatek/mt76/mt76x2/usb_init.c  |  2 +-
 drivers/net/wireless/mediatek/mt76/usb.c      |  2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)

Comments

Felix Fietkau Oct. 4, 2018, 10:22 a.m. UTC | #1
On 2018-10-03 12:52, Lorenzo Bianconi wrote:
> Fix two issue introduced in mt76x0u driver with latest rework to
> share hw initialization between mt760 and mt76x2 drivers
Merged, thanks.

- Felix