forked from espressif/esp-idf
Merge branch 'bugfix/decouple_softap_c2_v5.0' into 'release/v5.0'
Bugfix/decouple softap c2 (v5.0) See merge request espressif/esp-idf!24471
This commit is contained in:
@@ -1764,7 +1764,7 @@ rcUpdatePhyMode = 0x40001ea8;
|
|||||||
rcGetHighestRateIdx = 0x40001eac;
|
rcGetHighestRateIdx = 0x40001eac;
|
||||||
pm_tx_null_data_done_process = 0x40001eb0;
|
pm_tx_null_data_done_process = 0x40001eb0;
|
||||||
pm_tx_data_process = 0x40001eb4;
|
pm_tx_data_process = 0x40001eb4;
|
||||||
pm_attach = 0x40001eb8;
|
/* pm_attach = 0x40001eb8;*/
|
||||||
pm_coex_schm_process = 0x40001ebc;
|
pm_coex_schm_process = 0x40001ebc;
|
||||||
ppInitTxq = 0x40001ec0;
|
ppInitTxq = 0x40001ec0;
|
||||||
pp_attach = 0x40001ec4;
|
pp_attach = 0x40001ec4;
|
||||||
@@ -1944,7 +1944,7 @@ ieee80211_setup_phy_mode = 0x4000207c;
|
|||||||
ieee80211_sta_is_connected = 0x40002080;
|
ieee80211_sta_is_connected = 0x40002080;
|
||||||
current_task_is_wifi_task = 0x40002084;
|
current_task_is_wifi_task = 0x40002084;
|
||||||
wifi_get_init_state = 0x40002088;
|
wifi_get_init_state = 0x40002088;
|
||||||
ieee80211_timer_process = 0x4000208c;
|
/* ieee80211_timer_process = 0x4000208c;*/
|
||||||
cnx_coexist_timeout = 0x40002090;
|
cnx_coexist_timeout = 0x40002090;
|
||||||
/* sta_recv_mgmt = 0x40002094;*/
|
/* sta_recv_mgmt = 0x40002094;*/
|
||||||
ieee80211_send_setup = 0x40002098;
|
ieee80211_send_setup = 0x40002098;
|
||||||
|
Submodule components/esp_wifi/lib updated: 1aa30ac2b9...9a2cbdc710
Reference in New Issue
Block a user