commit | c87820784454bbf7fc63a9e7d9c36762a46f393c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 23:05:45 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 16 11:29:46 2013 +0100 |
tree | 2b46b2dded299efa1f07e41cb9ce8ac1750a0a6c | |
parent | d34ba2168a3c10e7301cca06069c39865b4c3ec6 [diff] |
mac80211: move synchronize_net() before sta key removal There's no reason to do this inside the sta key removal since the keys can only be reached through the sta (and not by the driver at all) so once the sta can no longer be reached, the keys are safe. This will allow further optimisation opportunities with multiple stations. Signed-off-by: Johannes Berg <johannes.berg@intel.com>