mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 19:49:09 +08:00
fix(lib): fix crash issues while recv ampdu pkt
This commit is contained in:
@ -125,8 +125,8 @@ typedef struct {
|
||||
#define WIFI_AMPDU_RX_BA_WIN 0 /* unused if ampdu_rx_enable == false */
|
||||
#define WIFI_RX_MAX_SINGLE_PKT_LEN (1600 - 524)
|
||||
#endif
|
||||
#define WIFI_AMPDU_RX_AMPDU_BUF_LEN 72
|
||||
#define WIFI_AMPDU_RX_AMPDU_BUF_NUM 3
|
||||
#define WIFI_AMPDU_RX_AMPDU_BUF_LEN 256
|
||||
#define WIFI_AMPDU_RX_AMPDU_BUF_NUM 5
|
||||
#define WIFI_HW_RX_BUFFER_LEN 524
|
||||
|
||||
#if CONFIG_ESP8266_WIFI_QOS_ENABLED
|
||||
|
Reference in New Issue
Block a user