From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Shayne Chen <shayne.chen@mediatek.com>
Cc: Felix Fietkau <nbd@nbd.name>,
linux-wireless <linux-wireless@vger.kernel.org>,
Ryder Lee <ryder.lee@mediatek.com>,
Evelyn Tsai <evelyn.tsai@mediatek.com>,
Bo Jiao <Bo.Jiao@mediatek.com>,
linux-mediatek <linux-mediatek@lists.infradead.org>,
Peter Chiu <chui-hao.chiu@mediatek.com>
Subject: Re: [PATCH 01/10] wifi: mt76: extend aggr_stats for tri-band support
Date: Wed, 2 Nov 2022 23:37:00 +0100 [thread overview]
Message-ID: <Y2LxDLqPa45Xbe9n@lore-desk> (raw)
In-Reply-To: <20221031164000.17063-2-shayne.chen@mediatek.com>
[-- Attachment #1: Type: text/plain, Size: 927 bytes --]
On Nov 01, Shayne Chen wrote:
> Make band2 able to report aggregation stats.
> This is a preliminary patch to add mt7996 chipset support.
>
> Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com>
> ---
> drivers/net/wireless/mediatek/mt76/mt76.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt76.h b/drivers/net/wireless/mediatek/mt76/mt76.h
> index f9bdf16fc6c4..42847b327cb0 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt76.h
> +++ b/drivers/net/wireless/mediatek/mt76/mt76.h
> @@ -781,7 +781,7 @@ struct mt76_dev {
>
> u32 rev;
>
> - u32 aggr_stats[32];
> + u32 aggr_stats[16 * __MT_MAX_BAND];
I think this patch will break mt7915 and mt7921 drivers.
Regards,
Lorenzo
>
> struct tasklet_struct pre_tbtt_tasklet;
> int beacon_int;
> --
> 2.25.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2022-11-02 22:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-31 16:39 [PATCH 00/10] Add driver for MediaTek Wi-Fi 7 devices Shayne Chen
2022-10-31 16:39 ` [PATCH 01/10] wifi: mt76: extend aggr_stats for tri-band support Shayne Chen
2022-11-02 22:37 ` Lorenzo Bianconi [this message]
2022-11-07 7:00 ` Shayne Chen (陳軒丞)
2022-10-31 16:39 ` [PATCH 02/10] wifi: mt76: connac: rework macros for unified command Shayne Chen
2022-10-31 16:39 ` [PATCH 03/10] wifi: mt76: connac: update struct sta_rec_phy Shayne Chen
2022-10-31 16:39 ` [PATCH 04/10] wifi: mt76: connac: rework fields for larger bandwidth support in sta_rec_bf Shayne Chen
2022-10-31 16:39 ` [PATCH 05/10] wifi: mt76: connac: add more unified command IDs Shayne Chen
2022-10-31 16:39 ` [PATCH 06/10] wifi: mt76: connac: introduce unified event table Shayne Chen
2022-10-31 16:39 ` [PATCH 07/10] wifi: mt76: connac: add more bss info command tags Shayne Chen
2022-10-31 16:39 ` [PATCH 08/10] wifi: mt76: connac: add more starec " Shayne Chen
2022-11-09 12:03 ` Lorenzo Bianconi
2022-11-09 12:23 ` Lorenzo Bianconi
2022-11-09 12:46 ` shayne.chen
2022-10-31 16:39 ` [PATCH 09/10] wifi: mt76: connac: introduce helper for mt7996 chipset Shayne Chen
2022-10-31 16:40 ` [PATCH 10/10] wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices Shayne Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y2LxDLqPa45Xbe9n@lore-desk \
--to=lorenzo@kernel.org \
--cc=Bo.Jiao@mediatek.com \
--cc=chui-hao.chiu@mediatek.com \
--cc=evelyn.tsai@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
--cc=shayne.chen@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox