Bluetooth: 6lowpan: Make sure skb exists before accessing it
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 29 Sep 2014 07:55:46 +0000 (10:55 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 29 Sep 2014 08:10:02 +0000 (10:10 +0200)
commit59790aa2873cb3c32db02c777f08eb19faccf5fa
tree724b9fd123e4917332d6ec0682d17720ea1f3bbd
parent565766b087a6d6ff257f5b79c8ceda0188c9169f
Bluetooth: 6lowpan: Make sure skb exists before accessing it

We need to make sure that the saved skb exists when
resuming or suspending a CoC channel. This can happen if
initial credits is 0 when channel is connected.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c