wimax/i2400m: Let device's status reports change the device state
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 7 Oct 2009 13:57:39 +0000 (22:57 +0900)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:56:21 +0000 (15:56 +0900)
Currently __i2400m_dev_start was forcing, after uploading firmware and
doing a few checks to WIMAX_ST_UNINITIALIZED.

This can be overriding state changes that the device might have caused
by sending reports; thus it makes more sense to remove it and let the
device update the status on its own by sending reports.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>

No differences found