mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
fix(wifi): fix esp32c5 connect issues cause by change band mode to 5G only
This commit is contained in:
@@ -40,7 +40,7 @@ ieee80211_encap_esfbuf = 0x40000b60;
|
||||
ieee80211_is_tx_allowed = 0x40000b64;
|
||||
ieee80211_output_pending_eb = 0x40000b68;
|
||||
ieee80211_output_process = 0x40000b6c;
|
||||
ieee80211_set_tx_desc = 0x40000b70;
|
||||
/*ieee80211_set_tx_desc = 0x40000b70;*/
|
||||
ieee80211_classify = 0x40000b74;
|
||||
ieee80211_copy_eb_header = 0x40000b78;
|
||||
ieee80211_recycle_cache_eb = 0x40000b7c;
|
||||
|
||||
@@ -101,7 +101,7 @@ mac_tx_set_plcp2 = 0x40000d24;
|
||||
mac_tx_set_len = 0x40000d28;
|
||||
mac_tx_set_htsig = 0x40000d2c;
|
||||
mac_tx_set_vhtsig = 0x40000d30;
|
||||
mac_tx_set_hesig = 0x40000d34;
|
||||
/*mac_tx_set_hesig = 0x40000d34;*/
|
||||
mac_tx_set_tb = 0x40000d38;
|
||||
mac_tx_set_mplen = 0x40000d3c;
|
||||
mac_tx_set_txop_q = 0x40000d40;
|
||||
@@ -118,7 +118,7 @@ pm_local_tsf_process = 0x40000d68;
|
||||
pm_set_beacon_filter = 0x40000d6c;
|
||||
pm_is_in_wifi_slice_threshold = 0x40000d70;
|
||||
pm_is_waked = 0x40000d74;
|
||||
pm_keep_alive = 0x40000d78;
|
||||
/*pm_keep_alive = 0x40000d78;*/
|
||||
/*pm_on_beacon_rx = 0x40000d7c;*/
|
||||
pm_on_data_rx = 0x40000d80;
|
||||
pm_on_data_tx = 0x40000d84;
|
||||
@@ -130,7 +130,7 @@ pm_on_isr_twt_wake = 0x40000d98;
|
||||
pm_on_tsf_timer = 0x40000d9c;
|
||||
pm_on_twt_force_tx = 0x40000da0;
|
||||
/*pm_parse_beacon = 0x40000da4;*/
|
||||
pm_process_tim = 0x40000da8;
|
||||
/*pm_process_tim = 0x40000da8;*/
|
||||
pm_rx_beacon_process = 0x40000dac;
|
||||
pm_rx_data_process = 0x40000db0;
|
||||
/*pm_sleep = 0x40000db4;*/
|
||||
|
||||
Reference in New Issue
Block a user