rt2x00: Simplify suspend/resume handling
authorIvo van Doorn <ivdoorn@gmail.com>
Fri, 23 Jan 2009 16:04:05 +0000 (17:04 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:01:27 +0000 (16:01 -0500)
With mac80211 handling all open interfaces during
suspend and resume we can simplify suspend/resume
within rt2x00lib.

The only thing rt2x00 needs to do is free up memory
during suspend and bring back the minimal required
components during resume.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found