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 F2AD0C636CC for ; Wed, 8 Feb 2023 16:32:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230310AbjBHQcn (ORCPT ); Wed, 8 Feb 2023 11:32:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230475AbjBHQck (ORCPT ); Wed, 8 Feb 2023 11:32:40 -0500 Received: from nbd.name (nbd.name [46.4.11.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F8D93754D for ; Wed, 8 Feb 2023 08:32:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HpEUS/vI6UC3HBFGhG36LzbViRV53Vh9XedAd7fhGXs=; b=uMoK+rrb1mp63J9kTJUOLVVWTp A/kXAND0biwrJB+tplDEc6ytOfwlAj8D+7GuWFMUB6XW6gNznEIoHNTYoGUpikJR/5uwRlmYmOZ54 3nNnIGhE/Xq/ieRWD7EialORu2SwxOtcDykr6gwx/DUKyYoh3HjEt+VJBjrRzi/xVL/g=; Received: from p200300daa717ad04a56d64ef60554cdc.dip0.t-ipconnect.de ([2003:da:a717:ad04:a56d:64ef:6055:4cdc] helo=nf.local) by ds12 with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1pPnN2-0065qs-QK; Wed, 08 Feb 2023 17:32:32 +0100 Message-ID: <80317d6f-47d9-d824-1a58-7ffbfd46d716@nbd.name> Date: Wed, 8 Feb 2023 17:32:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH 2/2] linux-firmware: update firmware for MT7916 Content-Language: en-US To: shayne.chen@mediatek.com, "jwboyer@kernel.org" Cc: "linux-wireless@vger.kernel.org" , "linux-mediatek@lists.infradead.org" , "linux-firmware@kernel.org" , "lorenzo@kernel.org" , Ryder Lee , =?UTF-8?B?RXZlbHluIFRzYWkgKOiUoeePiumIuik=?= References: <20221123110743.22005-1-shayne.chen@mediatek.com> <20221123110743.22005-2-shayne.chen@mediatek.com> From: Felix Fietkau In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 08.02.23 17:13, shayne.chen@mediatek.com wrote: > On Wed, 2023-02-01 at 17:07 +0100, Felix Fietkau wrote: >> On 23.11.22 12:07, Shayne Chen wrote: >> > This patch updates firmware files v211120221031 for MT7916 WiFi >> > NIC. >> > >> > Signed-off-by: Shayne Chen >> >> More and more users are complaining that this firmware update >> introduces >> a regression of not being able to support 5 GHz and 6 GHz together >> anymore. Apparently the EEPROM data needs to be patched to limit >> support >> to one of the two bands, otherwise both don't work. >> Switching at runtime apparently doesn't work without a firmware >> restart. >> >> Is there any chance we could get a firmware that fixes this bug? >> > Hi Felix, > > We've released new firmware which enables 5+6 GHz on mt7916 band1 to > mt76 community, and are collecting feedbacks from users. > I'll send the updated firmware after getting positive feedbacks. That sounds great. Thanks a lot, - Felix