commit | c868cb35d013896ab6a80a554fb88baef06cedcd | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 29 16:04:27 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 30 15:57:10 2011 -0400 |
tree | 48ed06dcf3c815e61f38f867e517d5a5dcfa6d79 | |
parent | 042ec4533720122e6cb93dd9f3b6a75fe2fcff16 [diff] |
mac80211: unify TIM bit handling Currently, the TIM bit for a given station is set and cleared all over the place. Since the logic to set/clear it will become much more complex when we add uAPSD support, as a first step let's collect the entire logic in one place. This requires a few small adjustments to other places. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>