• D
    wimax/i2400m: move boot time poke table out of common driver · 7308a0c2
    Dirk Brandewie 提交于
    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: NDirk Brandewie <dirk.j.brandewie@intel.com>
    7308a0c2
i2400m.h 28.2 KB