staging: ozwpan: Added basic L2 protocol support
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:11:28 +0000 (21:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:50 +0000 (09:26 -0800)
commit1619cb6f2dd9674491e5772bf37b45e03666dc10
tree64966cf9f7ee01de59dc49a5884c52c33e912334
parent62450bca861f206b09b44492b829b419222c4968
staging: ozwpan: Added basic L2 protocol support

Added the basic implementation of the L2 protocol support used to
communicate with devices over the network.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozproto.c [new file with mode: 0644]
drivers/staging/ozwpan/ozproto.h [new file with mode: 0644]
drivers/staging/ozwpan/ozprotocol.h [new file with mode: 0644]