]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
mac80211: free peer keys before vif down in mesh
authorPradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Tue, 28 May 2019 23:36:16 +0000 (16:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Jul 2019 07:04:19 +0000 (09:04 +0200)
[ Upstream commit 0112fa557c3bb3a002bc85760dc3761d737264d3 ]

freeing peer keys after vif down is resulting in peer key uninstall
to fail due to interface lookup failure. so fix that.

Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mac80211/mesh.c

index aca054539f4ae89627cf12298e8698126fbef238..c6edae051e9b7d8e413c3c2631066c9606ecc6ff 100644 (file)
@@ -922,6 +922,7 @@ void ieee80211_stop_mesh(struct ieee80211_sub_if_data *sdata)
 
        /* flush STAs and mpaths on this iface */
        sta_info_flush(sdata);
+       ieee80211_free_keys(sdata, true);
        mesh_path_flush_by_iface(sdata);
 
        /* stop the beacon */