]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: 6lowpan: add handler for all dispatch values
authorAlexander Aring <alex.aring@gmail.com>
Wed, 2 Sep 2015 12:21:27 +0000 (14:21 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:03 +0000 (13:20 +0200)
commit0c0a1a65062c5fbcfad497cac67c59c9822dc8bf
treedad798ad5c27e966102e71581ef857920298dec6
parent070a606c410420577724ea6baab8dcc9f6a7fc29
ieee802154: 6lowpan: add handler for all dispatch values

This patch adds dummy handlers for all known IEEE 802.15.4 dispatch
values which prints a warning that we don't support these dispatches
right now. Also we add a warning to the RX_CONTINUE case inside of
lowpan_rx_handlers_result which should now never happend.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/6lowpan/rx.c