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:
parent
e28fcbd777
commit
4741ef7ca7
@ -119,6 +119,7 @@ config NET_GUARDSIZE
|
|||||||
|
|
||||||
config NET_LL_GUARDSIZE
|
config NET_LL_GUARDSIZE
|
||||||
int "Data Link Layer(L2) Guard size of Network buffer(IOB)"
|
int "Data Link Layer(L2) Guard size of Network buffer(IOB)"
|
||||||
|
default 50 if RNDIS
|
||||||
default 16 if NET_CAN && NET_TIMESTAMP
|
default 16 if NET_CAN && NET_TIMESTAMP
|
||||||
default 14 if NET_ETHERNET
|
default 14 if NET_ETHERNET
|
||||||
default 0
|
default 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user