diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/6lowpan.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/net/6lowpan.h b/include/net/6lowpan.h index 18010bce68c8..3bb3503b7ff4 100644 --- a/include/net/6lowpan.h +++ b/include/net/6lowpan.h | |||
@@ -155,17 +155,6 @@ | |||
155 | #define LOWPAN_FRAGN_HEAD_SIZE 0x5 | 155 | #define LOWPAN_FRAGN_HEAD_SIZE 0x5 |
156 | 156 | ||
157 | /* | 157 | /* |
158 | * According IEEE802.15.4 standard: | ||
159 | * - MTU is 127 octets | ||
160 | * - maximum MHR size is 37 octets | ||
161 | * - MFR size is 2 octets | ||
162 | * | ||
163 | * so minimal payload size that we may guarantee is: | ||
164 | * MTU - MHR - MFR = 88 octets | ||
165 | */ | ||
166 | #define LOWPAN_FRAG_SIZE 88 | ||
167 | |||
168 | /* | ||
169 | * Values of fields within the IPHC encoding first byte | 158 | * Values of fields within the IPHC encoding first byte |
170 | * (C stands for compressed and I for inline) | 159 | * (C stands for compressed and I for inline) |
171 | */ | 160 | */ |