net-caif: add CAIF core protocol stack
authorSjur Braendeland <sjur.brandeland@stericsson.com>
Tue, 30 Mar 2010 13:56:23 +0000 (13:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2010 02:08:46 +0000 (19:08 -0700)
commitb482cd2053e3b90a7b33a78c63cdb6badf2ec383
tree1c05e28f19a194b52bf43730fa498dcdb0e92b59
parent2721c5b9dd2a56a9710021c00146bb26ba8dd7b3
net-caif: add CAIF core protocol stack

CAIF generic protocol implementation. This layer is
somewhat generic in order to be able to use and test it outside
the Linux Kernel.

cfctrl.c     - CAIF control protocol layer
cfdbgl.c     - CAIF debug protocol layer
cfdgml.c     - CAIF datagram protocol layer
cffrml.c     - CAIF framing protocol layer
cfmuxl.c     - CAIF mux protocol layer
cfrfml.c     - CAIF remote file manager protocol layer
cfserl.c     - CAIF serial (fragmentation) protocol layer
cfsrvl.c     - CAIF generic service layer functions
cfutill.c    - CAIF utility protocol layer
cfveil.c     - CAIF AT protocol layer
cfvidl.c     - CAIF video protocol layer

Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/cfctrl.c [new file with mode: 0644]
net/caif/cfdbgl.c [new file with mode: 0644]
net/caif/cfdgml.c [new file with mode: 0644]
net/caif/cffrml.c [new file with mode: 0644]
net/caif/cfmuxl.c [new file with mode: 0644]
net/caif/cfrfml.c [new file with mode: 0644]
net/caif/cfserl.c [new file with mode: 0644]
net/caif/cfsrvl.c [new file with mode: 0644]
net/caif/cfutill.c [new file with mode: 0644]
net/caif/cfveil.c [new file with mode: 0644]
net/caif/cfvidl.c [new file with mode: 0644]