]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking comments
authorBrian Norris <briannorris@chromium.org>
Wed, 5 May 2021 20:28:29 +0000 (13:28 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 31 May 2021 19:27:15 +0000 (21:27 +0200)
commitd4e1d6dfb7ddd973db87336d142eb6a763f983a8
treee74578b20a161b2c9fc306dc2e9f650c8b918f8f
parent2989a1c7714fd7d432e6785a2682a8c6ae615c6d
mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking comments

Commit 03d71e9f6564 ("cfg80211: avoid holding the RTNL when calling the
driver") dropped usage of RTNL here and replaced it with
hw->wiphy->mutex. But we didn't update the comments.

Fixes: 03d71e9f6564 ("cfg80211: avoid holding the RTNL when calling the driver")
Signed-off-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20210505202829.1039400-1-briannorris@chromium.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h