]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2400m: host/device procotol and core driver definitions
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sun, 21 Dec 2008 00:57:43 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:18 +0000 (10:00 -0800)
commitea24652d253eabfb83e955e55ce032228d9d99b9
tree9cad05e40ec16a35231afad3cb3c9d5c40f05c36
parent3e91029ae049852c153da3fc355ab255ea7e2e0a
i2400m: host/device procotol and core driver definitions

The wimax/i2400m.h defines the structures and constants for the
host-device protocols:

 - boot / firmware upload protocol

 - general data transport protocol

 - control protocol

It is done in such a way that can also be used verbatim by user space.

drivers/net/wimax/i2400m.h defines all the APIs used by the core,
bus-generic driver (i2400m) and the bus specific drivers
(i2400m-BUSNAME). It also gives a roadmap to the driver
implementation.

debug-levels.h adds the core driver's debug settings.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wimax/i2400m/debug-levels.h [new file with mode: 0644]
drivers/net/wimax/i2400m/i2400m.h [new file with mode: 0644]
include/linux/wimax/i2400m.h [new file with mode: 0644]