diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-05-03 18:29:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-29 09:47:30 -0700 |
commit | da989ee1c7702050741a551df6866cc1588f277b (patch) | |
tree | a2fe2c69db5b43e85ef2db088b1763618d571959 /include | |
parent | dfc855921b899a61b9cef8e48d74441a2876e75f (diff) |
NFC: llcp: Fix non blocking sockets connections
commit b4011239a08e7e6c2c6e970dfa9e8ecb73139261 upstream.
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.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions