summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozeltbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* staging: ozwpan: Use slab cache for oz_elt_info allocationChristoph Jaeger2014-08-161-5/+0Star
| | | | | | | Use a slab cache rather than rolling our own free list. Signed-off-by: Christoph Jaeger <email@christophjaeger.info> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ozwpan: Remove dead codeChristoph Jaeger2014-08-161-1/+1
| | | | | | | No need to return a value from elt_buf_init(). Signed-off-by: Christoph Jaeger <email@christophjaeger.info> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: ozwpan: Added device state supportChris Kelly2012-02-241-0/+70
Added support for maintaining state and data buffering for devices connected via the network. Signed-off-by: Chris Kelly <ckelly@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>