We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ab9b6 commit 48d0598Copy full SHA for 48d0598
drivers/wifi/nrf_wifi/src/fmac_main.c
@@ -76,7 +76,7 @@ BUILD_ASSERT(CONFIG_NRF70_TX_MAX_DATA_SIZE >= MAX_TX_FRAME_SIZE,
76
static const unsigned char aggregation = 1;
77
static const unsigned char max_num_tx_agg_sessions = 4;
78
static const unsigned char max_num_rx_agg_sessions = 8;
79
-static const unsigned char reorder_buf_size = 16;
+static const unsigned char reorder_buf_size = 8;
80
static const unsigned char max_rxampdu_size = MAX_RX_AMPDU_SIZE_64KB;
81
82
static const unsigned char max_tx_aggregation = CONFIG_NRF70_MAX_TX_AGGREGATION;
0 commit comments