fix(esp_wifi): Making action tx and roc API's public

This commit is contained in:
tarun.kumar
2025-02-05 17:08:05 +05:30
committed by BOT
parent 2ea5e8afa3
commit 895e897ee7
7 changed files with 52 additions and 22 deletions

View File

@@ -513,7 +513,7 @@ lmacRecycleMPDU = 0x40001b44;
lmacRxDone = 0x40001b48;
/*lmacSetTxFrame = 0x40001b4c;*/
lmacTxDone = 0x40001b50;
lmacTxFrame = 0x40001b54;
/*lmacTxFrame = 0x40001b54;*/
mac_tx_set_duration = 0x40001b58;
mac_tx_set_htsig = 0x40001b5c;
mac_tx_set_plcp0 = 0x40001b60;