Skip to content

Commit

Permalink
esp_wifi: Remove ieee80211_crypto_aes_128_cmac_decrypt from esp32c2 rom
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas0-7 committed Sep 5, 2022
1 parent 0ecf0af commit 4e830d8
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 4e830d8

Please sign in to comment.