]> git.baikalelectronics.ru Git - kernel.git/commit
Phonet: support active connection without pipe controller on modem
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Tue, 8 Mar 2011 22:44:12 +0000 (22:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2011 19:59:33 +0000 (11:59 -0800)
commitce7c52388db43de1dd1f1a75ebda884598fc5e77
treeb17c7544eed3430ed89a56e54a3de14fe9755c3c
parent964450867163a1bedb9b049896a7f4825aedee92
Phonet: support active connection without pipe controller on modem

This provides support for newer ISI modems with no need for the
earlier experimental compile-time alternative choice. With this,
we can now use the same kernel and userspace with both types of
modems.

This also avoids confusing two different and incompatible state
machines, actively connected vs accepted sockets, and adds
connection response error handling (processing "SYN/RST" of sorts).

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/phonet.txt
net/phonet/pep.c
net/phonet/socket.c