소스 검색

wifi:bugfix for wrong configuration of static txbuf

xueyunfei 3 년 전
부모
커밋
a7ae72e1f5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      components/esp_rom/esp32c2/ld/esp32c2.rom.ld
  2. 1 1
      components/esp_wifi/lib

+ 1 - 1
components/esp_rom/esp32c2/ld/esp32c2.rom.ld

@@ -1869,7 +1869,7 @@ ppDirectRecycleAmpdu = 0x40001dfc;
 esp_wifi_internal_set_rts = 0x40001e00;
 esp_wifi_internal_get_rts = 0x40001e04;
 ppTxFragmentProc = 0x40001e08;
-esf_buf_setup = 0x40001e0c;
+/*esf_buf_setup = 0x40001e0c;*/
 hal_agreement_add_rx_ba = 0x40001e10;
 hal_agreement_del_rx_ba = 0x40001e14;
 hal_crypto_set_key_entry = 0x40001e18;

+ 1 - 1
components/esp_wifi/lib

@@ -1 +1 @@
-Subproject commit c1fd3ef9e7b9011f3932d823b11067d9f8c4b0d0
+Subproject commit 6ed5b959c991c88e321d271356e0387ac56765e3