commit | 004fa5ed08cc5d3188db42c05d6b80feaae004c2 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Dec 10 14:19:53 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Dec 19 13:39:50 2014 +0100 |
tree | 71e8d39ec0a23c728843193b3d59430cc77bf3a2 | |
parent | 00c845dbfe2e966a2efd3818e40f46e286ca1ae6 [diff] |
Bluetooth: 6lowpan: Do not free skb when packet is dropped If we need to drop the message because of some error in the compression etc, then do not free the skb as that is done automatically in other part of networking stack. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>