commit | 72eaa43a532b4156966444779829a986a4432f11 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Nov 26 15:02:58 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 05 09:32:11 2008 -0500 |
tree | ca22c7bc823d4746a391cfa37ce31e5751b3a003 | |
parent | 0d950d84d9d16f7d4edf380a238c5b534ff00d11 [diff] |
mac80211: only transition STAs ps->wake on data frames When a station goes to PS mode to scan, it will then send probe requests without the PS bit set. mac80211 will take that as indication that the station woke up, but it didn't. This patch changes mac80211 to only consider doze->wake transitions on data frames to to fix that issue. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>