commit | 3ba6018aa314559c5867138a8173b068268a70db | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Mon Nov 23 20:12:13 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 23 17:05:41 2009 -0500 |
tree | 6da72b198ec84c40a52b21545b5be3a4b1bd4c74 | |
parent | 77593ae28c4c134eaf28ef34ecac3cd4464ecd6e [diff] |
ssb: Fix SPROM writing The SPROM writing routines were broken since we rewrote the suspend handling on wireless devices, because SPROM writing depended on suspend. This patch changes it and freezes devices with the driver remove(), probe() callbacks instead. This also simplifies the whole logics a lot. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>