commit | b4011239a08e7e6c2c6e970dfa9e8ecb73139261 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Fri May 03 18:29:30 2013 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Jun 14 13:45:07 2013 +0200 |
tree | bdb25a99be7021b952d387b9b2a264741aae0e94 | |
parent | 7cbe0ff3e475b7268ad9b55057048b2299fd60e0 [diff] |
NFC: llcp: Fix non blocking sockets connections Without the new LLCP_CONNECTING state, non blocking sockets will be woken up with a POLLHUP right after calling connect() because their state is stuck at LLCP_CLOSED. That prevents userspace from implementing any proper non blocking socket based NFC p2p client. Cc: stable@vger.kernel.org Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>