mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
wifi: mt76: mt7996: increase tx token size
Align tx token size to proprietary driver, which can improve peak throughput under MU performance tests. Signed-off-by: Howard Hsu <howard-yh.hsu@mediatek.com> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
94f096a14a
commit
037ae6d6d6
|
|
@ -36,7 +36,7 @@
|
|||
#define MT7996_EEPROM_DEFAULT "mediatek/mt7996/mt7996_eeprom.bin"
|
||||
#define MT7996_EEPROM_SIZE 7680
|
||||
#define MT7996_EEPROM_BLOCK_SIZE 16
|
||||
#define MT7996_TOKEN_SIZE 8192
|
||||
#define MT7996_TOKEN_SIZE 16384
|
||||
|
||||
#define MT7996_CFEND_RATE_DEFAULT 0x49 /* OFDM 24M */
|
||||
#define MT7996_CFEND_RATE_11B 0x03 /* 11B LP, 11M */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user