linux-sg2042/net/ieee802154/6lowpan
Stefan Schmidt a1d8d9a57c ieee802154: 6lowpan: use correct ESC value for dispatch
The ESC dispatch value has some history and it originally was 0x7f in rfc4944
(see section-5.1). With the release of rfc6282 this value got part of the
LOWPAN_IPHC range and was no longer available for ESC. Instead 0x40 was used
as replacement (see section-2 in rfc6282).

We have been checking the dispatch byte in an order where IPHC would always be
evaluated before ESC and thus we would never reach the ESC check as the IPHC
range already covers this value.

Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-09-17 13:20:04 +02:00
..
6lowpan_i.h ieee820154: 6lowpan: dispatch evaluation rework 2015-09-17 13:20:03 +02:00
Kconfig ieee802154: create 6lowpan sub-directory 2015-01-08 07:25:59 +01:00
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
core.c ieee802154: 6lowpan: remove set to zero 2015-09-17 13:20:02 +02:00
reassembly.c ieee820154: 6lowpan: dispatch evaluation rework 2015-09-17 13:20:03 +02:00
rx.c ieee802154: 6lowpan: use correct ESC value for dispatch 2015-09-17 13:20:04 +02:00
tx.c ieee802154: 6lowpan: remove tx full-size calc workaround 2015-09-17 13:20:04 +02:00