Skip to content

Commit

Permalink
remove(wifi): sleep_retention member in struct wifi_osi_funcs_t
Browse files Browse the repository at this point in the history
  • Loading branch information
10086loutianhao committed Apr 12, 2024
1 parent 4061e28 commit e3ec272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/esp_wifi/esp32c5/esp_adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,6 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
#if SOC_PM_MODEM_RETENTION_BY_REGDMA
._regdma_link_set_write_wait_content = regdma_link_set_write_wait_content,
._sleep_retention_find_link_by_id = sleep_retention_find_link_by_id,
._sleep_retention_entries_create = (int (*)(const void *, int, int, int))sleep_retention_entries_create,
._sleep_retention_entries_destroy = sleep_retention_entries_destroy,
#endif
._coex_schm_process_restart = coex_schm_process_restart_wrapper,
._coex_schm_register_cb = coex_schm_register_cb_wrapper,
Expand Down

0 comments on commit e3ec272

Please sign in to comment.