Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp560792rwb; Sat, 17 Sep 2022 10:04:11 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5NMF++3Jmb5b6+78B44oYQvXICYTyY4XJFeN7cfTScezziB51CMhn03t5Gd7U+8p0eBQl3 X-Received: by 2002:a17:90b:3c6:b0:202:c01b:feb4 with SMTP id go6-20020a17090b03c600b00202c01bfeb4mr11780493pjb.28.1663434251215; Sat, 17 Sep 2022 10:04:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663434251; cv=none; d=google.com; s=arc-20160816; b=uRhhfJkbyubY38hyWLYNg1l7GkCZL2iUvFN/WanL4EINOIXO0qIClrkvyh8Ppon3dS IJTc34RieMRK0lLI3RVWzc5X9sfeq2DyDhI4iXwLYWAyaspIZ+bPo2jixkWIUWMhQXqA RIxieXVWQVWe8Uytr+mjFE7qZ4vpallP5iazOJeTgH/z3UHMwoPbxuX45QvhyllZdJ/v 4FOzGQVDPIrBH5S/+5QZTKFbXAd3bB94nqV30kTPwHPtPmAXWz52s4r78wRBUKayKzte 8qyKrxZ7vi4DJpcuAxbBwEhevo8cDH6kEm7F3XCoQwDGmQNa4V/GYjuJadtPE2Xqk5/5 0fGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=GHayLRa7IyGXuNWltQJ7HkTdbTqnfuvvWJLqIj7/PXU=; b=wbsUjXuWvBFioce2Kr3q+d98U29jPS+y/xRHS79CfdFd9MWrjswnyQOfSBtZMP4wIi TPj5c8tkhTcvOn5vexYkcX4hDN2ZqQ5VcCn6xl4pH7PPqH1xbl16Shhpv+3jKN4l9HNA fnE+dT516AWTBPbX/PQrqeOUkzFGODDCfvn3PHCBPXix0kSheMVczaXx6eq6zTX0qYYM FnmP9y6gBFeeFUgoeMnCDnpE42xj4sKGrZw/NeXfoc5HB2xrL9NGp1sIwpkXveHVS/bo n2mJ307XtZ+HcBabIKJTc/9ZuVYTalai8hhfKLeVIvrGAxxehjMRwRsNcSn563Rs8yQE F1/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id b4-20020a63d304000000b003fea0415b5asi23529712pgg.834.2022.09.17.10.03.58; Sat, 17 Sep 2022 10:04:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbiIQQn7 (ORCPT + 64 others); Sat, 17 Sep 2022 12:43:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbiIQQn6 (ORCPT ); Sat, 17 Sep 2022 12:43:58 -0400 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3D6730575 for ; Sat, 17 Sep 2022 09:43:56 -0700 (PDT) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1oZav1-0002cP-0P; Sat, 17 Sep 2022 18:43:51 +0200 Date: Sat, 17 Sep 2022 17:43:44 +0100 From: Daniel Golle To: linux-wireless@vger.kernel.org, Stanislaw Gruszka , Helmut Schaa Cc: Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Johannes Berg Subject: [PATCH v2 00/16] rt2x00: OpenWrt patches improving MT7620 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Over the years we have been accumulating a number of patches improving support for the IEEE 802.11bgn 2T2R wireless interface built into the MediaTek MT7620 MIPS SoCs. Many of them have not been in shape for being submitted to Linux and changes were needed to make checkpatch.pl all happy. Now they look as good as it gets, given that most code deals with undocumented registers and was adapted from the vendor driver. Patch 1/1 also has been previously submitted and then (imho wrongly) rejected, so I've included it in this series. Alltogether rt2x00 now performs almost as good as the vendor driver, see benchmark of HT20 client below: Accepted connection from 192.168.5.133, port 37382 [ 5] local 192.168.5.175 port 5201 connected to 192.168.5.133 port 37384 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 9.57 MBytes 80.3 Mbits/sec [ 5] 1.00-2.00 sec 9.68 MBytes 81.2 Mbits/sec [ 5] 2.00-3.00 sec 9.98 MBytes 83.7 Mbits/sec [ 5] 3.00-4.00 sec 9.72 MBytes 81.6 Mbits/sec [ 5] 4.00-5.00 sec 9.49 MBytes 79.6 Mbits/sec [ 5] 5.00-6.00 sec 9.88 MBytes 82.9 Mbits/sec [ 5] 6.00-7.00 sec 9.76 MBytes 81.8 Mbits/sec [ 5] 7.00-8.00 sec 9.96 MBytes 83.6 Mbits/sec [ 5] 8.00-9.00 sec 9.76 MBytes 81.9 Mbits/sec [ 5] 9.00-10.00 sec 9.86 MBytes 82.7 Mbits/sec [ 5] 10.00-10.03 sec 243 KBytes 78.4 Mbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate [ 5] 0.00-10.03 sec 97.9 MBytes 81.9 Mbits/sec receiver Accepted connection from 192.168.5.133, port 49588 [ 5] local 192.168.5.175 port 5201 connected to 192.168.5.133 port 49598 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 12.7 MBytes 106 Mbits/sec 0 557 KBytes [ 5] 1.00-2.00 sec 11.1 MBytes 93.0 Mbits/sec 0 1020 KBytes [ 5] 2.00-3.00 sec 11.2 MBytes 94.4 Mbits/sec 0 1.57 MBytes [ 5] 3.00-4.00 sec 11.2 MBytes 94.4 Mbits/sec 0 1.58 MBytes [ 5] 4.00-5.00 sec 10.0 MBytes 83.9 Mbits/sec 0 1.58 MBytes [ 5] 5.00-6.00 sec 11.2 MBytes 94.4 Mbits/sec 0 1.58 MBytes [ 5] 6.00-7.00 sec 11.2 MBytes 94.4 Mbits/sec 0 1.58 MBytes [ 5] 7.00-8.00 sec 10.0 MBytes 83.9 Mbits/sec 0 1.58 MBytes [ 5] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec 0 1.58 MBytes [ 5] 9.00-10.00 sec 10.0 MBytes 83.9 Mbits/sec 0 1.58 MBytes [ 5] 10.00-10.03 sec 1.25 MBytes 381 Mbits/sec 0 1.58 MBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.03 sec 112 MBytes 94.1 Mbits/sec 0 sender v2: comments from Stanislaw Gruszka have been addressed. Daniel Golle (8): rt2x00: add support for external PA on MT7620 rt2x00: don't run Rt5592 IQ calibration on MT7620 rt2x00: move helper functions up in file rt2x00: fix HT20/HT40 bandwidth switch on MT7620 rt2x00: set correct TX_SW_CFG1 MAC register for MT7620 rt2x00: set VGC gain for both chains of MT7620 rt2x00: set SoC wmac clock register rt2x00: correctly set BBP register 86 for MT7620 David Bauer (1): rt2x00: add throughput LED trigger Tomislav Požega (6): rt2x00: define RF5592 in init_eeprom routine rt2x00: add RF self TXDC calibration for MT7620 rt2x00: add r calibration for MT7620 rt2x00: add RXDCOC calibration for MT7620 rt2x00: add RXIQ calibration for MT7620 rt2x00: add TX LOFT calibration for MT7620 .../net/wireless/ralink/rt2x00/rt2800lib.c | 1705 ++++++++++++++++- .../net/wireless/ralink/rt2x00/rt2800lib.h | 10 + drivers/net/wireless/ralink/rt2x00/rt2x00.h | 5 + .../net/wireless/ralink/rt2x00/rt2x00dev.c | 18 + 6 files changed, 1787 insertions(+), 25 deletions(-) -- 2.37.3 Daniel Golle (9): rt2x00: add support for external PA on MT7620 rt2x00: move up and reuse busy wait functions rt2x00: don't run Rt5592 IQ calibration on MT7620 rt2x00: move helper functions up in file rt2x00: fix HT20/HT40 bandwidth switch on MT7620 rt2x00: set correct TX_SW_CFG1 MAC register for MT7620 rt2x00: set VGC gain for both chains of MT7620 rt2x00: set SoC wmac clock register rt2x00: correctly set BBP register 86 for MT7620 David Bauer (1): rt2x00: add throughput LED trigger Tomislav Požega (6): rt2x00: define RF5592 in init_eeprom routine rt2x00: add RF self TXDC calibration for MT7620 rt2x00: add r calibration for MT7620 rt2x00: add RXDCOC calibration for MT7620 rt2x00: add RXIQ calibration for MT7620 rt2x00: add TX LOFT calibration for MT7620 drivers/net/wireless/ralink/rt2x00/rt2800.h | 3 + .../net/wireless/ralink/rt2x00/rt2800lib.c | 1753 ++++++++++++++++- .../net/wireless/ralink/rt2x00/rt2800lib.h | 10 + .../net/wireless/ralink/rt2x00/rt2x00dev.c | 18 + 4 files changed, 1706 insertions(+), 78 deletions(-) -- 2.37.3