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)
commit7d9bb2f0653c7830e676f1012051fe9349ce2669
tree4c0f196255d59435c6fbe5ac973cd720052d63a4
parent9d6b106b54e02ad6a30c8bd949c8ea581a47d92b
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