From: Johannes Berg Date: Mon, 18 Nov 2013 17:06:47 +0000 (+0200) Subject: mac80211: remove sta_info_flush() from interface teardown X-Git-Tag: v3.14-rc1~94^2~334^2^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce6a0f554868ef6b07966254a612f710a909136;p=pandora-kernel.git mac80211: remove sta_info_flush() from interface teardown All interface types now properly clean up their stations using some form of sta_info_flush() themselves, so there's no need to try it again at teardown. Remove the call to get rid of the extra delay from the synchronize_net() and rcu_barrier() calls. Reported-by: Moshe Benji Signed-off-by: Johannes Berg --- Reading git-diff-tree failed