mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 07:08:26 -05:00
This define is unused since commit96cb3eb7a1("6lowpan: fix fragmentation on sending side"). It is a worst case scenario for payload calculation. Since commit96cb3eb7a1we 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>