wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 7 May 2009 08:02:39 +0000 (01:02 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 10:30:25 +0000 (03:30 -0700)
commit16820c166d3ad5973d388b5aa70ee7e535386657
tree59ccd86e6530bbfc6aac3d55a4952f851c0bc3cc
parent6e053d6c79b3c1c9f6efc6563a811023c41be86a
wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine

The current SDIO code was working in polling mode for boot-mode
(firmware load) mode. This was causing issues on some hardware.

Moved all the RX code to use a unified IRQ handler that based on the
type of data the device is sending can discriminate and decide which
is the right destination.

As well, all the reads from the device are made to be at least the
block size (256); the driver will ignore the rest when not needed.

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/i2400m-sdio.h
drivers/net/wimax/i2400m/sdio-fw.c
drivers/net/wimax/i2400m/sdio-rx.c
drivers/net/wimax/i2400m/sdio.c