rt2x00: Don't free register information on suspend
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 28 Mar 2009 19:51:58 +0000 (20:51 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Apr 2009 20:36:26 +0000 (16:36 -0400)
commit499a214ca2765522d6a59ff73825d40e7bb31510
treeecd6ae2628994092a0e62bbcdeeaf7783b481c78
parentc40af84a6726f63e35740d26f841992e8f31f92c
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>
drivers/net/wireless/rt2x00/rt2x00pci.c
drivers/net/wireless/rt2x00/rt2x00usb.c