]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e8504ee346fe268a126dbfde972a23db35638fc
tree59ccd86e6530bbfc6aac3d55a4952f851c0bc3cc
parent15e32a56810b51afcbeed2f088ff58898fcb2cc4
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