From: Johannes Berg Date: Wed, 4 Dec 2013 22:12:31 +0000 (+0100) Subject: mac80211: optimise synchronize_net() for sta_info_flush X-Git-Tag: v3.14-rc1~94^2~334^2^2~67 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d778207b06ac1becd012eb689dafdf85feebb179;p=pandora-kernel.git 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 --- Reading git-diff-tree failed