From: Johannes Berg Date: Wed, 4 Dec 2013 22:47:09 +0000 (+0100) Subject: mac80211: free all AP/VLAN keys at once X-Git-Tag: v3.14-rc1~94^2~334^2^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7907c7d33c3733b2265dadc6385fe028af72b4c7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed