ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan
authorMartin Townsend <martin.townsend@xsilon.com>
Tue, 19 Aug 2014 17:03:32 +0000 (19:03 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 19 Aug 2014 17:17:42 +0000 (19:17 +0200)
commit6697dabe27e03302ddfddc975275e6401defe2dd
tree1f4941f63dc66ede48b452bdf2e61679ced7fda9
parent685d632804b89ea25d3339afad162c48646ada5c
ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan

This patch drops the userspace accessable sysfs entry for the maximum
datagram size of a 6LoWPAN fragment packet.

A fragment should not have a datagram size value greater than 1280 byte.
Instead of make this value configurable, we accept 1280 datagram size
fragment packets only.

Signed-off-by: Martin Townsend <martin.townsend@xsilon.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/netns/ieee802154_6lowpan.h
net/ieee802154/reassembly.c