From: Johannes Berg Date: Thu, 30 Jul 2009 19:43:55 +0000 (+0200) Subject: mac80211: fix powersave X-Git-Tag: v2.6.32-rc1~703^2~459^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056508dcb6890586745aa937e779f00fde05531b;p=pandora-kernel.git mac80211: fix powersave Some of the recent MLME rework I did broke powersave because the ps_sdata isn't assigned at the right time, and the work item wasn't removed from the list before calling ieee80211_recalc_ps(). To be more specific, this broke the case where you'd enabled PS before associating, either automatically or with iwconfig. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed