diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-13 13:37:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-13 13:37:59 -0500 |
commit | f20d81e1d4c1596cfbf4d9e78c3ca5ffd47948f9 (patch) | |
tree | bfd3b5c5a626105d79cfefbf59524bea03cd2b61 /net/net.c | |
parent | 01e7a40e395aefea94e9fb943b9447f7d0fd7efa (diff) | |
parent | 26a426a1001d0f84fc1627ea547fb4f406e85d5c (diff) |
Merge branch '2020-02-13-master-imports'
- Minor Kconfig fixes
- Ensure we use python3 on all CI in all cases.
- Other minor fixes
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/net.c b/net/net.c index d8a60b61191..087d399a24b 100644 --- a/net/net.c +++ b/net/net.c @@ -883,9 +883,6 @@ int net_send_ip_packet(uchar *ether, struct in_addr dest, int dport, int sport, * to the algorithm in RFC815. It returns NULL or the pointer to * a complete packet, in static storage */ -#ifndef CONFIG_NET_MAXDEFRAG -#define CONFIG_NET_MAXDEFRAG 16384 -#endif #define IP_PKTSIZE (CONFIG_NET_MAXDEFRAG) #define IP_MAXUDP (IP_PKTSIZE - IP_HDR_SIZE) |