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 96EBACDB465 for ; Sat, 14 Oct 2023 17:54:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233304AbjJNRyg (ORCPT ); Sat, 14 Oct 2023 13:54:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230016AbjJNRyf (ORCPT ); Sat, 14 Oct 2023 13:54:35 -0400 Received: from mx3.wp.pl (mx1.wp.pl [212.77.101.5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFA7AAD for ; Sat, 14 Oct 2023 10:54:31 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 13960 invoked from network); 14 Oct 2023 19:54:28 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1697306069; bh=NukBglDcBg34rJf8zBv5U1sDcjX8ryp9q2A7p1l2Gqw=; h=From:To:Cc:Subject; b=kZa2EyegjMQeeabjvbKx39VyR7KFfkbOO0FwCcqAK9FBUSqJLZ6D7WwCXtHJlQAoT 8S806yHe4knpXoJWDKjPuUpYiofAHJIhHjrqCuINgtnYqzHjPR2gaggxqtHFLmhcOe 9kl6oTL8QX5CQNMpCsBAxJADQefbL/+WsmdEo3PI= Received: from 89-64-13-175.dynamic.chello.pl (HELO localhost) (stf_xl@wp.pl@[89.64.13.175]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 14 Oct 2023 19:54:28 +0200 Date: Sat, 14 Oct 2023 19:54:28 +0200 From: Stanislaw Gruszka To: Shiji Yang Cc: linux-wireless@vger.kernel.org, Helmut Schaa , Kalle Valo , Felix Fietkau , Lorenzo Bianconi , Ryder Lee Subject: Re: [PATCH 0/3] wifi: rt2x00: various improvements for MT7620 initialization Message-ID: <20231014175428.GA477888@wp.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-WP-MailID: 2e762d83e502cf2c0a5a93328347121f X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000001 [IcLN] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Oct 14, 2023 at 07:21:27AM +0800, Shiji Yang wrote: > This series patches aim to improve the initialization of MT7620. All > changes and register values were ported from the Mediatek vendor > driver, and I have been testing them on OpenWrt for several weeks. Hi Shiji! Thank you for improving MT7620 support in rt2x00! Your patches generally look ok to me. I would suggest however consider to move support of MT7620 to mt76 driver. It's much nicer and better written driver with better mac80211/linux integration and support of various features that rt2x00 lacks. Adding mt7620 sub-driver there should not be that hard, and would be much "cooler" project for you in my opinion. This of course depend of how much time do you have to work on this. Tweaking/improving rt2x00 can be easier and faster way to achieve your goals and I don't want discourage you from doing this, if that's something you prefer. Keep good work! Regards Stanislaw