fix(lib): fix crash issues while recv ampdu pkt

This commit is contained in:
Chen Wen
2019-11-12 16:20:28 +08:00
committed by Dong Heng
parent c704b939c1
commit 7672988cab
4 changed files with 3 additions and 3 deletions

View File

@ -125,8 +125,8 @@ typedef struct {
#define WIFI_AMPDU_RX_BA_WIN 0 /* unused if ampdu_rx_enable == false */ #define WIFI_AMPDU_RX_BA_WIN 0 /* unused if ampdu_rx_enable == false */
#define WIFI_RX_MAX_SINGLE_PKT_LEN (1600 - 524) #define WIFI_RX_MAX_SINGLE_PKT_LEN (1600 - 524)
#endif #endif
#define WIFI_AMPDU_RX_AMPDU_BUF_LEN 72 #define WIFI_AMPDU_RX_AMPDU_BUF_LEN 256
#define WIFI_AMPDU_RX_AMPDU_BUF_NUM 3 #define WIFI_AMPDU_RX_AMPDU_BUF_NUM 5
#define WIFI_HW_RX_BUFFER_LEN 524 #define WIFI_HW_RX_BUFFER_LEN 524
#if CONFIG_ESP8266_WIFI_QOS_ENABLED #if CONFIG_ESP8266_WIFI_QOS_ENABLED

View File

@ -1,7 +1,7 @@
gwen: gwen:
core: 158ee68 core: 158ee68
net80211: 72ecd98 net80211: 72ecd98
pp: 5b48c0d pp: dedbcf0
wpa: 743c778 wpa: 743c778
espnow: 743c778 espnow: 743c778
wps: 6a32b9b wps: 6a32b9b

Binary file not shown.

Binary file not shown.