]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/net/wimax/i2400m/fw.c
wimax/i2400m: move boot time poke table out of common driver
authorDirk Brandewie <dirk.j.brandewie@intel.com>
Thu, 21 May 2009 18:56:34 +0000 (11:56 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 10:30:24 +0000 (03:30 -0700)
commit7308a0c23901f2a295265bb71d8521ef7d47bf4c
tree3bb54a208a5f587f1732f73ed8cffc7e1f2d538c
parentecddfd5ed73c070413f07a5251c16c10e69f35a2
wimax/i2400m: move boot time poke table out of common driver

This change moves the table of "pokes" performed on the device at boot
time to the bus specific portion of the driver.

Different models of the i2400m device supported by this driver require
different poke tables, thus having a single table that works for all
is impossible. For that, the table is moved to the bus-specific
driver, who can decide which table to use based on the specifics of
the device and point the generic driver to it.

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
drivers/net/wimax/i2400m/fw.c
drivers/net/wimax/i2400m/i2400m.h