fix(wifi): fix spiram ignore issue

This commit is contained in:
wangtao@espressif.com 2024-10-29 14:54:00 +08:00 committed by BOT
parent e2c732c906
commit ea05f7f647
2 changed files with 5 additions and 5 deletions

View File

@ -224,10 +224,10 @@ extern wifi_osi_funcs_t g_wifi_osi_funcs;
#define WIFI_ENABLE_WPA3_SAE 0
#endif
#if CONFIG_SPIRAM
#define WIFI_ENABLE_SPIRAM (1<<1)
#if WIFI_CACHE_TX_BUFFER_NUM > 0
#define WIFI_ENABLE_CACHE_TX_BUFFER (1<<1)
#else
#define WIFI_ENABLE_SPIRAM 0
#define WIFI_ENABLE_CACHE_TX_BUFFER 0
#endif
#if CONFIG_ESP_WIFI_FTM_INITIATOR_SUPPORT
@ -289,7 +289,7 @@ extern wifi_osi_funcs_t g_wifi_osi_funcs;
/* Set additional WiFi features and capabilities */
#define WIFI_FEATURE_CAPS (WIFI_ENABLE_WPA3_SAE | \
WIFI_ENABLE_SPIRAM | \
WIFI_ENABLE_CACHE_TX_BUFFER | \
WIFI_FTM_INITIATOR | \
WIFI_FTM_RESPONDER | \
WIFI_ENABLE_GCMP | \

@ -1 +1 @@
Subproject commit 9532814f14186bd643b2d8a65c957ed985a5ddee
Subproject commit 4488e06749ce73a8a58e53fcb0d415ab54b62122