From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C4B8C54EE9 for ; Sat, 17 Sep 2022 12:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229614AbiIQMxS (ORCPT ); Sat, 17 Sep 2022 08:53:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbiIQMxQ (ORCPT ); Sat, 17 Sep 2022 08:53:16 -0400 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F35E28704 for ; Sat, 17 Sep 2022 05:53:15 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 458 invoked from network); 17 Sep 2022 14:53:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1663419193; bh=w5ZrBRV7aPX4+B92MWqeYsGj8m1l7h2qwmB3b8KWACA=; h=From:To:Cc:Subject; b=kWX+LKY76HxerFgctem9AyyNq9seA8sPMvXmZ92s7Y9eZqTvDHD42T4tNAT4KzsL9 Wdimih6SQ7xNfwOI6M8T2SjP5AXwSNBJNEG2t0xHEtZ0OfgRte4Yq2vizlFdY1qfGm aFEIRGfTj3dOO6RYZCeh7iZkb7GIGBZAbxYDQ1yM= Received: from 89-64-7-128.dynamic.chello.pl (HELO localhost) (stf_xl@wp.pl@[89.64.7.128]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 17 Sep 2022 14:53:13 +0200 Date: Sat, 17 Sep 2022 14:53:12 +0200 From: Stanislaw Gruszka To: Daniel Golle Cc: linux-wireless@vger.kernel.org, Helmut Schaa , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Johannes Berg Subject: Re: [PATCH 11/15] rt2x00: fix HT20/HT40 bandwidth switch on MT7620 Message-ID: <20220917125312.GI17901@wp.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-WP-MailID: 5e01dd6b0c91aa8f0e0a071dc3f22d71 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [UUME] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Sep 17, 2022 at 12:07:32AM +0100, Daniel Golle wrote: > Add missing configuration of the channel bandwidth filter to the > channel setup function for MT7620. > > Reported-by: Serge Vasilugin > Signed-off-by: Daniel Golle Acked-by: Stanislaw Gruszka