]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: mac80211: move TDLS work to wiphy work
authorJohannes Berg <johannes.berg@intel.com>
Mon, 2 Feb 2026 16:49:24 +0000 (18:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Feb 2026 15:44:22 +0000 (16:44 +0100)
commitbddab1586c50352cf3064a3e52b76e5fd2cd7cd4
tree8e02fd1ded0e70084a217bc57f43e2040df9af21
parentdb0f72fde7667ff851c5290a622b67769e7f9c58
wifi: mac80211: move TDLS work to wiphy work

[ Upstream commit 777b26002b73127e81643d9286fadf3d41e0e477 ]

Again, to have the wiphy locked for it.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
[ Summary of conflict resolutions:
  - In mlme.c, move only tdls_peer_del_work
    to wiphy work, and none the other works ]
Signed-off-by: Hanne-Lotta Mäenpää <hannelotta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/tdls.c