esp_wifi: add ht40 support for 80211_tx & espnow

This commit is contained in:
ChenJianxing
2022-03-14 21:23:48 +08:00
parent db8fb1f47b
commit 764b606d9d
3 changed files with 7 additions and 7 deletions

View File

@@ -1503,7 +1503,7 @@ esf_buf_alloc = 0x400015bc;
GetAccess = 0x400015c8;
hal_mac_is_low_rate_enabled = 0x400015cc;
hal_mac_tx_get_blockack = 0x400015d0;
hal_mac_tx_set_ppdu = 0x400015d4;
/* hal_mac_tx_set_ppdu = 0x400015d4;*/
ic_get_trc = 0x400015d8;
ic_mac_deinit = 0x400015dc;
ic_mac_init = 0x400015e0;
@@ -1527,9 +1527,9 @@ lmacRxDone = 0x40001624;
lmacSetTxFrame = 0x40001628;
lmacTxFrame = 0x40001630;
mac_tx_set_duration = 0x40001634;
mac_tx_set_htsig = 0x40001638;
/* mac_tx_set_htsig = 0x40001638;*/
mac_tx_set_plcp0 = 0x4000163c;
mac_tx_set_plcp1 = 0x40001640;
/* mac_tx_set_plcp1 = 0x40001640;*/
mac_tx_set_plcp2 = 0x40001644;
pm_check_state = 0x40001648;
pm_disable_dream_timer = 0x4000164c;