commit | 7d9bb2f0653c7830e676f1012051fe9349ce2669 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 13 21:31:07 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Sat Feb 28 21:31:09 2015 +0100 |
tree | 4c0f196255d59435c6fbe5ac973cd720052d63a4 | |
parent | 9d6b106b54e02ad6a30c8bd949c8ea581a47d92b [diff] |
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>