mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +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
|
||||
|
@ -1,7 +1,7 @@
|
||||
gwen:
|
||||
core: 158ee68
|
||||
net80211: 72ecd98
|
||||
pp: 5b48c0d
|
||||
pp: dedbcf0
|
||||
wpa: 743c778
|
||||
espnow: 743c778
|
||||
wps: 6a32b9b
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user