Skip to content

Commit 48d0598

Browse files
committed
nrf_wifi: Updated reorder_buf_size to 8
UMAC: [SHEL-3417] : Sheliak DK: Variation of UDP_RX w.r.t pumping bandwidth Signed-off-by: Rakeswara Kummetha <[email protected]>
1 parent 10ab9b6 commit 48d0598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/src/fmac_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ BUILD_ASSERT(CONFIG_NRF70_TX_MAX_DATA_SIZE >= MAX_TX_FRAME_SIZE,
7676
static const unsigned char aggregation = 1;
7777
static const unsigned char max_num_tx_agg_sessions = 4;
7878
static const unsigned char max_num_rx_agg_sessions = 8;
79-
static const unsigned char reorder_buf_size = 16;
79+
static const unsigned char reorder_buf_size = 8;
8080
static const unsigned char max_rxampdu_size = MAX_RX_AMPDU_SIZE_64KB;
8181

8282
static const unsigned char max_tx_aggregation = CONFIG_NRF70_MAX_TX_AGGREGATION;

0 commit comments

Comments
 (0)