commit | d778207b06ac1becd012eb689dafdf85feebb179 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 23:12:31 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 16 11:29:47 2013 +0100 |
tree | a6b248949b392e66908cc98aedb2b5b9defc96a1 | |
parent | c87820784454bbf7fc63a9e7d9c36762a46f393c [diff] |
mac80211: optimise synchronize_net() for sta_info_flush There's no reason to have one synchronize_net() for each removed station, refactor the code slightly to have just a single synchronize_net() for all stations. Note that this is currently useless as hostapd removes stations one by one and this coalescing never happens. Signed-off-by: Johannes Berg <johannes.berg@intel.com>