mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(wifi): fix ccmp and gcmp PN became large issue
This commit is contained in:
@ -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;
|
||||||
|
Submodule components/esp_wifi/lib updated: 74fac32326...c2b2ae5381
Reference in New Issue
Block a user