staging: ozwpan: Added character device support
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:17 +0000 (21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:51 +0000 (09:26 -0800)
commit23af8c2a088fe5ae142103fb32fa03755cda694c
tree4e5d0743dcaa290bab25cfa9aebe914e27cfc156
parentb3147863b523912633bfd4876d242cd5ae7d8e7a
staging: ozwpan: Added character device support

The character device provides a management interface to the driver
and also provides an additional service to the protocol for side
band communication with the device.

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