From: Eliad Peller Date: Wed, 5 Sep 2012 17:23:56 +0000 (+0300) Subject: mac80211: use synchronize_net() on key destroying X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~31^2^2~67^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=964b19f9770cd8d299fa99c84b0ff2e90df9c523;p=pandora-kernel.git mac80211: use synchronize_net() on key destroying __ieee80211_key_destroy() calls synchronize_rcu() in order to sync the tx path before destroying the key. However, synching the tx path can be done with synchronize_net() as well, which is usually faster (the timing might be important for roaming scenarios). Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg --- Reading git-diff-tree failed