]> git.baikalelectronics.ru Git - kernel.git/commit
6lowpan: remove unused LOWPAN_FRAG_SIZE define
authorAlexander Aring <alex.aring@gmail.com>
Tue, 29 Jul 2014 21:47:04 +0000 (23:47 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 30 Jul 2014 17:28:40 +0000 (19:28 +0200)
commitabb0eb1cf4d78580cd9ccbf57134fb7be8f4e154
tree8da7f7e564af6c1c96fc21aca500a784f930c610
parentfb89bffa411f1a55abb4baed823bff036b25b830
6lowpan: remove unused LOWPAN_FRAG_SIZE define

This define is unused since commit
852358846db5deaf8507b5a1311921aa10c9176b ("6lowpan: fix fragmentation on
sending side"). It is a worst case scenario for payload calculation.
Since commit 852358846db5deaf8507b5a1311921aa10c9176b we calculation the
payload to use the optimal size.

This define is also necessary for ieee802154 6lowpan only and the file
include/net/6lowpan.h should contain generic 6lowpan things only.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/6lowpan.h