]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFC: llcp: Only keep raw sockets alive when the LLCP local leaves
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 3 Apr 2013 14:34:19 +0000 (16:34 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 11 Apr 2013 14:29:09 +0000 (16:29 +0200)
commitb436a13debec2b3d2c671d6bebcdb91dabcb0795
tree2cbfa32502af9a57a8c95e8a48979ddcc4978792
parent495af72e1434724559e756ba32d9040125ac506b
NFC: llcp: Only keep raw sockets alive when the LLCP local leaves

When the MAC goes down, connected and connection less sockets should be
notified, but raw sockets should be kept alive.
They will get notified only when the physical devices goes away.

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