From: Johannes Berg Date: Wed, 6 Mar 2013 22:09:11 +0000 (+0100) Subject: mac80211: batch key free synchronize_net() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~118^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d10e46be5ac1d0ae787babd3dafd52b30686db5;p=pandora-kernel.git mac80211: batch key free synchronize_net() Instead of calling synchronize_net() for every key on an interface or when a station is removed, do it only once for all keys in both of these cases. As a side-effect, removing station keys now always calls synchronize_net() even if there are no keys, which fixes an issue with station removal happening in the driver while the station could still be used for TX. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed