From: Johannes Berg Date: Fri, 13 Mar 2009 10:44:18 +0000 (+0100) Subject: mac80211: resume properly, add suspend/resume test X-Git-Tag: v2.6.30-rc1~642^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827b1fb44b7e41377a5498b9d070a11dfae2c283;p=pandora-kernel.git mac80211: resume properly, add suspend/resume test When mac80211 resumes, it currently doesn't reconfigure the interfaces entirely and also doesn't reconfigure BSS information -- fix this. Also, to be able to test this, add a debugfs file that just calls the suspend/resume code to see what happens when we go through that, without needing the time-consuming suspend/resume cycle. (Original version broke the build for CONFIG_PM=n. Define alternative functions for that situation. -- JWL) Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed