[Linux-zigbee-devel] [PATCH v2 bluetooth] Fix lowpan_rcv

2014-09-15 Thread Martin Townsend
This series aims to fix incorrect return values in lowpan_rcv To achieve this it also refactors the receive path to 1) free skb only from lowpan_rcv and not functions that it calls 2) move skb delivery from IPHC I have only compile tested the changes for bluetooth as I don't have any HW availa

[Linux-zigbee-devel] [PATCH v2 bluetooth] Fix lowpan_rcv

2014-09-12 Thread Martin Townsend
This series aims to fix incorrect return values in lowpan_rcv To achieve this it also refactors the receive path to 1) free skb only from lowpan_rcv and not functions that it calls 2) move skb delivery from IPHC I have only compile tested the changes for bluetooth as I don't have any HW availa

[Linux-zigbee-devel] [PATCH v2 bluetooth] Fix lowpan_rcv

2014-09-12 Thread Martin Townsend
This series aims to fix incorrect return values in lowpan_rcv To achieve this it also refactors the receive path to 1) free skb only from lowpan_rcv and not functions that it calls 2) move skb delivery from IPHC I have only compile tested the changes for bluetooth as I don't have any HW availa