From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:41:23 +0000
Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c
---
kernel/include/net/rpl.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/kernel/include/net/rpl.h b/kernel/include/net/rpl.h
index 308ef0a..30fe780 100644
--- a/kernel/include/net/rpl.h
+++ b/kernel/include/net/rpl.h
@@ -23,9 +23,6 @@
static inline void rpl_exit(void) {}
#endif
-/* Worst decompression memory usage ipv6 address (16) + pad 7 */
-#define IPV6_RPL_SRH_WORST_SWAP_SIZE (sizeof(struct in6_addr) + 7)
-
size_t ipv6_rpl_srh_size(unsigned char n, unsigned char cmpri,
unsigned char cmpre);
--
Gitblit v1.6.2