linux/net/ieee802154/6lowpan
Alexander Aring 8f8db91840 ieee802154: 6lowpan: fix error frag handling
This patch fixes the error handling for lowpan_xmit_fragment by replace
"-PTR_ERR" to "PTR_ERR". PTR_ERR returns already a negative errno code.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-08-10 20:43:07 +02:00
..
6lowpan_i.h ieee802154: 6lowpan: remove multiple lowpan per wpan support 2015-08-10 20:43:06 +02:00
core.c ieee802154: 6lowpan: remove multiple lowpan per wpan support 2015-08-10 20:43:06 +02:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
reassembly.c inet: frag: change *_frag_mem_limit functions to take netns_frags as argument 2015-07-26 21:00:14 -07:00
rx.c ieee802154: 6lowpan: remove multiple lowpan per wpan support 2015-08-10 20:43:06 +02:00
tx.c ieee802154: 6lowpan: fix error frag handling 2015-08-10 20:43:07 +02:00