From patchwork Wed Oct 3 10:52:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 10624559 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 169E015A6 for ; Wed, 3 Oct 2018 10:52:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0521D28782 for ; Wed, 3 Oct 2018 10:52:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ED6FF28783; Wed, 3 Oct 2018 10:52:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A1B4E2877F for ; Wed, 3 Oct 2018 10:52:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726666AbeJCRkg (ORCPT ); Wed, 3 Oct 2018 13:40:36 -0400 Received: from mail-wm1-f66.google.com ([209.85.128.66]:55261 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726544AbeJCRkg (ORCPT ); Wed, 3 Oct 2018 13:40:36 -0400 Received: by mail-wm1-f66.google.com with SMTP id r63-v6so5249321wma.4 for ; Wed, 03 Oct 2018 03:52:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ywcLLs1qG7hl1Cc4SA5IT7VmEdNpSEhPoN0SR7GM2SE=; b=cc3QXzGuHdmFkODlO/UResjSI9o0mizx5ELCIAbHU3tSMfVr6fJZkm5nGGC06wgywu WZ2Pwjss/j8C5rwqVU9RI73R5q5kolDI3zz21jFgfkmKdk1oJJcl9lMStWBKnVvC4Baj yRAHD3ezJ0kDx41wZZxGG/DX3D1/RFrQUGVMREq0bsXUv6l8+u/jHBAqL1bpncEAyfvQ KRDrfo8jHsQjrA0VJVh0+Nk5yOgnKZ1uBkefVNVuccN4fAFWOaGhLo7c7Gwyjltz1RQH VxAEkQH/gl3PiHeMEGQJdLmRiorbqK5s0sKFSPNMC1IHmlXFma0oY5Oho1lYRt4axtjC mPjg== X-Gm-Message-State: ABuFfohQTFAFOjkfJKxx+LdkHpk1a7Tzo9v1nfcpiGPV/BmI6/LtTbYH lysDkq+z6A0oOAR41DB/0dy1zw== X-Google-Smtp-Source: ACcGV63jjix04PMcwwlyEjGjRV41H9TLRmz/N+W61yCGofRRtGIW03/5Nvv0uNQbeS6kRa/6yq323w== X-Received: by 2002:a1c:7dd5:: with SMTP id y204-v6mr1116806wmc.63.1538563963676; Wed, 03 Oct 2018 03:52:43 -0700 (PDT) Received: from localhost.localdomain.com (nat-pool-mxp-t.redhat.com. [149.6.153.186]) by smtp.gmail.com with ESMTPSA id e67-v6sm1782486wmd.41.2018.10.03.03.52.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 03 Oct 2018 03:52:42 -0700 (PDT) From: Lorenzo Bianconi To: nbd@nbd.name Cc: sgruszka@redhat.com, linux-wireless@vger.kernel.org Subject: [PATCH 0/3] fix mt76x0u driver hw stop sequence Date: Wed, 3 Oct 2018 12:52:23 +0200 Message-Id: X-Mailer: git-send-email 2.17.1 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)