power save: wifi beacon monitor support for esp32c6

power save: fix multicast more data always true cause wifi goto sleep fail
This commit is contained in:
Li Shuai
2023-02-05 17:03:07 +08:00
committed by wuzhenghui
parent 8a69bc4f9e
commit 7ee1b09433
7 changed files with 64 additions and 14 deletions
@@ -457,6 +457,9 @@
#define SOC_PM_SUPPORT_MAC_BB_PD (1)
#define SOC_PM_SUPPORT_PMU_MODEM_STATE (1)
/* macro redefine for pass esp_wifi headers md5sum check */
#define MAC_SUPPORT_PMU_MODEM_STATE SOC_PM_SUPPORT_PMU_MODEM_STATE
#define SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY (1) /*!<Supports CRC only the stub code in RTC memory */