Skip to content

Commit a4f5952

Browse files
Krishna Trlubos
authored andcommitted
drivers: wifi: Fix TX tokens for REV B
The OS agnostic code only works with MAX_TX_TOKENS=5 as we now use TX aggregation of 9 MPDU's, but this change was missed in REV B as both PR's were being merged in parallel and CI testing is only REV A. This causes PKTRAM overflow. Signed-off-by: Krishna T <[email protected]>
1 parent 0a8b18a commit a4f5952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf700x/osal/fw_if/umac_if/inc/fw_B/host_rpu_sys_if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define ENABLE_VHT_FORMAT 0x10
3636
#define ENABLE_CHNL_WIDTH_80MHZ 0x20
3737

38-
#define MAX_TX_TOKENS 12
38+
#define MAX_TX_TOKENS 5
3939
#define MAX_TX_AGG_SIZE 16
4040
#define MAX_RX_BUFS_PER_EVNT 64
4141
#define MAX_MGMT_BUFS 16

0 commit comments

Comments
 (0)