All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt76: mt76u: extend RX scatter gather number
@ 2020-02-10 10:34 Lorenzo Bianconi
  2020-02-10 13:30 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Bianconi @ 2020-02-10 10:34 UTC (permalink / raw)
  To: nbd; +Cc: lorenzo.bianconi, linux-wireless, sean.wang

From: Sean Wang <sean.wang@mediatek.com>

From: Sean Wang <sean.wang@mediatek.com>

Set RX scatter gather number to 4 in order to extend the maximum AMSDU
size to 11,454.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Co-developed-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 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 73a941a11429..8a4445778ec7 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76.h
+++ b/drivers/net/wireless/mediatek/mt76/mt76.h
@@ -397,7 +397,7 @@ struct mt76_mcu {
 };
 
 #define MT_TX_SG_MAX_SIZE	8
-#define MT_RX_SG_MAX_SIZE	1
+#define MT_RX_SG_MAX_SIZE	4
 #define MT_NUM_TX_ENTRIES	256
 #define MT_NUM_RX_ENTRIES	128
 #define MCU_RESP_URB_SIZE	1024
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mt76: mt76u: extend RX scatter gather number
  2020-02-10 10:34 [PATCH] mt76: mt76u: extend RX scatter gather number Lorenzo Bianconi
@ 2020-02-10 13:30 ` Kalle Valo
  2020-02-10 13:35   ` Lorenzo Bianconi
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2020-02-10 13:30 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: nbd, lorenzo.bianconi, linux-wireless, sean.wang

Lorenzo Bianconi <lorenzo@kernel.org> writes:

> From: Sean Wang <sean.wang@mediatek.com>
>
> From: Sean Wang <sean.wang@mediatek.com>

The From line is twice.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mt76: mt76u: extend RX scatter gather number
  2020-02-10 13:30 ` Kalle Valo
@ 2020-02-10 13:35   ` Lorenzo Bianconi
  0 siblings, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2020-02-10 13:35 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Lorenzo Bianconi, Felix Fietkau, linux-wireless, Sean Wang

>
> Lorenzo Bianconi <lorenzo@kernel.org> writes:
>
> > From: Sean Wang <sean.wang@mediatek.com>
> >
> > From: Sean Wang <sean.wang@mediatek.com>
>
> The From line is twice.

Yes, I figured it out later. Sorry for the noise.

Regards,
Lorenzo

>
> --
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-10 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 10:34 [PATCH] mt76: mt76u: extend RX scatter gather number Lorenzo Bianconi
2020-02-10 13:30 ` Kalle Valo
2020-02-10 13:35   ` Lorenzo Bianconi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.