]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4bd1a0dc81a75edf92cbe5b2725fe53890e3b5a
tree64966cf9f7ee01de59dc49a5884c52c33e912334
parent4dc2d03b04be396d4858b92c48752a97f583e619
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]