Merge branch 'bugfix/fix_ccmp_pn_became_large_issue' into 'master'

fix(wifi): fix ccmp and gcmp PN bacame large issue

Closes WIFI-6155

See merge request espressif/esp-idf!25937
This commit is contained in:
Jiang Jiang Jian
2023-09-14 11:10:17 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1682,7 +1682,7 @@ lmacProcessCollisions_task = 0x40001dbc;
lmacInitAc = 0x40001dc4; lmacInitAc = 0x40001dc4;
lmacInit = 0x40001dc8; lmacInit = 0x40001dc8;
mac_tx_set_txop_q = 0x40001dcc; mac_tx_set_txop_q = 0x40001dcc;
hal_init = 0x40001dd0; /*hal_init = 0x40001dd0;*/
hal_mac_rx_set_policy = 0x40001dd4; hal_mac_rx_set_policy = 0x40001dd4;
hal_mac_set_bssid = 0x40001dd8; hal_mac_set_bssid = 0x40001dd8;
mac_rx_policy_init = 0x40001ddc; mac_rx_policy_init = 0x40001ddc;