]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: unify TIM bit handling
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Sep 2011 14:04:27 +0000 (16:04 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Sep 2011 19:57:10 +0000 (15:57 -0400)
commitb65c2aacbd76ce8807919b350f0007388a788bf8
tree48ed06dcf3c815e61f38f867e517d5a5dcfa6d79
parentca6ef2bb8e0c59ecfed92f8d52c17641f04de070
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>
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/status.c
net/mac80211/tx.c