]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 15 Sep 2016 13:30:02 +0000 (16:30 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Sep 2016 12:49:23 +0000 (14:49 +0200)
commitd0ac44b6eb2db44d8e50b7d77b197bd00767cd94
treef04764390c7834fc774ab14ee1222953d8ecea07
parent4996eecd4b6cc2ebd5a970760ec1e4f734c3c718
mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE

In 88c01f5e01cc ("mac80211: allow software PS-Poll/U-APSD with
AP_LINK_PS"), Johannes allowed to use mac80211's code for handling
stations that go to PS or send PS-Poll / uAPSD trigger frames for
devices that enable RSS.

This means that mac80211 doesn't look at frames anymore but rather
relies on a notification that will come from the device when a PS
transition occurs or when a PS-Poll / trigger frame is detected by
the device.

iwlwifi will need this capability but still needs mac80211 to take
care of the TIM IE. Today, if a driver sets AP_LINK_PS, mac80211
will not update the TIM IE. Change mac80211 to check existence of
the set_tim driver callback rather than using AP_LINK_PS to decide
if the driver handles the TIM IE internally or not.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
[reword commit message a bit]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c