]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: iterate using station list in AP SMPS
authorJohannes Berg <johannes.berg@intel.com>
Fri, 13 Feb 2015 20:31:07 +0000 (21:31 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Sat, 28 Feb 2015 20:31:09 +0000 (21:31 +0100)
commitfc942e93598b3c25a741cccf7e7fe720355d8881
tree4c0f196255d59435c6fbe5ac973cd720052d63a4
parent08ce36d305a3108ecd130298b509995492d61071
mac80211: iterate using station list in AP SMPS

When changing AP SMPS, we need to look up all the stations
for this interface, so there's no reason to iterate over
hash chains rather than doing the simpler iteration over
the station list.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c