commit | 7907c7d33c3733b2265dadc6385fe028af72b4c7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 04 23:47:09 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Dec 16 11:29:48 2013 +0100 |
tree | 820eefc2cecdc675d9346f46e438a19318814ea0 | |
parent | e716251d776ce92eb5169522f565ada3deed2a2a [diff] |
mac80211: free all AP/VLAN keys at once When the AP interface is stopped, free all AP and VLAN keys at once to only require synchronize_net() once. Since that does synchronize_net(), also move two such calls into the function (using the new force_synchronize parameter) to avoid doing it twice. Signed-off-by: Johannes Berg <johannes.berg@intel.com>