esp32c6: support wifi 6

This commit is contained in:
yuexia
2022-12-20 22:07:09 +08:00
committed by lvshisheng
parent 58b7fc1d8b
commit 032ebd76cb
24 changed files with 3164 additions and 91 deletions

View File

@@ -215,7 +215,7 @@ extern "C" {
* PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
* packets even if the maximum amount of fragments is enqueued for reassembly!
*/
#define IP_REASS_MAX_PBUFS 10
#define IP_REASS_MAX_PBUFS CONFIG_LWIP_IP_REASS_MAX_PBUFS
/*
----------------------------------