linux/drivers/net/wimax/i2400m
Inaky Perez-Gonzalez aa5a7acabe i2400m: RX and TX data/control paths
Handling of TX/RX data to/from the i2400m device (IP packets, control
and diagnostics). On RX, this parses the received read transaction
from the device, breaks it in chunks and passes it to the
corresponding subsystems (network and control).

Transmission to the device is done through a software FIFO, as
data/control frames can be coalesced (while the device is reading the
previous tx transaction, others accumulate). A FIFO is used because at
the end it is resource-cheaper that scatter/gather over USB. As well,
most traffic is going to be download (vs upload).

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-07 10:00:19 -08:00
..
debug-levels.h
driver.c i2400m: Generic probe/disconnect, reset and message passing 2009-01-07 10:00:18 -08:00
fw.c i2400m: firmware loading and bootrom initialization 2009-01-07 10:00:19 -08:00
i2400m.h
netdev.c i2400m: linkage to the networking stack 2009-01-07 10:00:18 -08:00
op-rfkill.c i2400m: Generic probe/disconnect, reset and message passing 2009-01-07 10:00:18 -08:00
rx.c i2400m: RX and TX data/control paths 2009-01-07 10:00:19 -08:00
tx.c i2400m: RX and TX data/control paths 2009-01-07 10:00:19 -08:00