net: Fix RNDIS compilation error

The minimum value to CONFIG_NET_LL_GUARDSIZE work
with USB RNDIS support is 50.
This commit is contained in:
Alan Carvalho de Assis 2023-10-15 10:59:23 -03:00 committed by Xiang Xiao
parent e28fcbd777
commit 4741ef7ca7
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ config NET_GUARDSIZE
config NET_LL_GUARDSIZE
int "Data Link Layer(L2) Guard size of Network buffer(IOB)"
default 50 if RNDIS
default 16 if NET_CAN && NET_TIMESTAMP
default 14 if NET_ETHERNET
default 0