mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
mt76: mt76u: extend RX scatter gather number
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> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
cf605a3bd9
commit
972c598133
|
|
@ -389,7 +389,7 @@ enum mt76u_out_ep {
|
|||
};
|
||||
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user