summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2019-08-28 16:11:10 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-05 12:27:54 +0200
commitb85938f66b6ef4680a06e3229c10f5d6353f53d9 (patch)
treeb22e7da2de1289be36d212fb4bd6248a725969c7 /tools/perf/scripts/python
parentc7925cc21fb29dc5edfb00f61c82cfb8a6db52d2 (diff)
cfg80211: Purge frame registrations on iftype change
commit c1d3ad84eae35414b6b334790048406bd6301b12 upstream. Currently frame registrations are not purged, even when changing the interface type. This can lead to potentially weird situations where frames possibly not allowed on a given interface type remain registered due to the type switching happening after registration. The kernel currently relies on userspace apps to actually purge the registrations themselves, this is not something that the kernel should rely on. Add a call to cfg80211_mlme_purge_registrations() to forcefully remove any registrations left over prior to switching the iftype. Cc: stable@vger.kernel.org Signed-off-by: Denis Kenzior <denkenz@gmail.com> Link: https://lore.kernel.org/r/20190828211110.15005-1-denkenz@gmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions