summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozappif.h
Commit message (Collapse)AuthorAgeFilesLines
* staging: ozwpan: Correct ioctl numbers.Rupesh Gujare2012-06-211-3/+3
| | | | | | | ioctl numbers were not in order, rearranging them in ascending order. Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ozwpan: Replace existing event logging mechanismRupesh Gujare2012-04-101-10/+2Star
| | | | | | | | | | | This patch replaces existing event logging mechanism from ioctl to debugfs. This patch replaces previous patch submitted by Chris Kelly. Previous patch can be found at :- http://article.gmane.org/gmane.linux.usb.general/60026/ Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com> Signed-off-by: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ozwpan: Added character device supportChris Kelly2012-02-241-0/+46
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>