NFC: Avoid falling back to SYMM when sk is NULL
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 4 Oct 2012 22:37:22 +0000 (00:37 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Oct 2012 16:26:46 +0000 (18:26 +0200)
commita6a0915f8c2d794030097ebe0adb85ee904ebac3
treef06d0bf7357ffc06fc44aa320155434aa98279da
parent97f18414af395c547f20300e5d4c81d7190a4155
NFC: Avoid falling back to SYMM when sk is NULL

In some cases (SNL, DISC, DM) we need to send an LLCP skbs without
having a sock owning it. I frames are an exception here since
they may be requeued to the llcp_sock queue.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/llcp/llcp.c