Skip to content

Commit

Permalink
net: Fix RNDIS compilation error
Browse files Browse the repository at this point in the history
The minimum value to CONFIG_NET_LL_GUARDSIZE work
with USB RNDIS support is 50.
  • Loading branch information
acassis committed Oct 15, 2023
1 parent 2be45a3 commit d6ecc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6ecc40

Please sign in to comment.