Skip to content

Commit

Permalink
Merge branch 'bugfix/esp32c2_rom_aes_128_cmac_decrypt' into 'master'
Browse files Browse the repository at this point in the history
esp_wifi: Remove ieee80211_crypto_aes_128_cmac_decrypt from esp32c2 rom

See merge request espressif/esp-idf!19929
  • Loading branch information
jack0c committed Sep 7, 2022
2 parents a026d98 + 4e830d8 commit 15e0606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,6 @@ ieee80211_encap_amsdu = 0x400020f0;
ieee80211_output_raw_process = 0x400020f4;
ieee80211_raw_frame_sanity_check = 0x400020fc;
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
ieee80211_crypto_aes_128_cmac_decrypt = 0x40002104;
ieee80211_alloc_tx_buf = 0x40002108;
ieee80211_output_do = 0x4000210c;
ieee80211_send_nulldata = 0x40002110;
Expand Down

0 comments on commit 15e0606

Please sign in to comment.