commit | 4d22ea1532ba5730b665343e513d813c108c84ff | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Fri Jun 22 14:40:34 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 09 16:42:16 2012 -0400 |
tree | cf8d40fadc183ace285d372965c6416c2329f52e | |
parent | b8e7a06d9cd4c0e778b1d12cef1ef414e0fb6d7e [diff] |
NFC: Close listening LLCP sockets when the device is gone When the MAC link goes down, we should only keep the bound sockets alive. They will be closed by sock_release or when the underlying NFC device is moving away. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>