commit | 0c96859d7a5f0286ed70d3c4e140ac6816a350da | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Wed Oct 07 22:57:39 2009 +0900 |
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Mon Oct 19 15:56:21 2009 +0900 |
tree | 1b1553333c356bd477bc20b9ed95705d8ef3ca89 | |
parent | 46c501473d0a6fa62435dfd65c6884e1fd63b327 [diff] |
wimax/i2400m: Let device's status reports change the device state 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>