mac80211: use synchronize_net() on key destroying
[profile/ivi/kernel-adaptation-intel-automotive.git] / net / mac80211 / key.c
index 7ae678b..d27e61a 100644 (file)
@@ -402,7 +402,7 @@ static void __ieee80211_key_destroy(struct ieee80211_key *key)
         * Synchronize so the TX path can no longer be using
         * this key before we free/remove it.
         */
-       synchronize_rcu();
+       synchronize_net();
 
        if (key->local)
                ieee80211_key_disable_hw_accel(key);