]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48030eeb56dad7ea5250671a79ffc9dd9f12a606
tree3bb54a208a5f587f1732f73ed8cffc7e1f2d538c
parent2bf33ae887faec81c370d061e0ffa2c0c37b186f
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