commit | 056508dcb6890586745aa937e779f00fde05531b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jul 30 21:43:55 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 04 16:44:18 2009 -0400 |
tree | 978a3f9281c4a5a5e70a463e43f4e428ba2b7f32 | |
parent | b7cfc5b35eed2fe8a5c45793e6e52ef0edddc824 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>