commit | 499a214ca2765522d6a59ff73825d40e7bb31510 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Mar 28 20:51:58 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 20 16:36:26 2009 -0400 |
tree | ecd6ae2628994092a0e62bbcdeeaf7783b481c78 | |
parent | c40af84a6726f63e35740d26f841992e8f31f92c [diff] |
rt2x00: Don't free register information on suspend After suspend & resume the rt2x00 devices won't wakeup anymore due to a broken register information setup. The most important problem is the release of the EEPROM buffer which is completely cleared and never read again after the suspend. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>