summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2024-05-06 21:10:35 +0200
committerJohannes Berg <johannes.berg@intel.com>2024-05-23 11:44:17 +0200
commit0d22026f3287ef5af80d983db150ff260e7117e8 (patch)
tree9b7c281482dbabd6bb947795169c233567836bb8 /net/mac80211/mlme.c
parent3567bd6dcd1467d2ad0f597be94114c6f9c62680 (diff)
downloadlinux-0d22026f3287ef5af80d983db150ff260e7117e8.tar.gz
linux-0d22026f3287ef5af80d983db150ff260e7117e8.tar.bz2
linux-0d22026f3287ef5af80d983db150ff260e7117e8.zip
wifi: mac80211: don't stop TTLM works again
There's no need to stop works that have already been stopped during disconnect, so don't. Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240506211034.f8434be19f56.I021afadc538508da3bc8f95c89f424ca62b94bef@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index e0b44f47747b..09451a6f74b8 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -9217,9 +9217,6 @@ void ieee80211_mgd_stop(struct ieee80211_sub_if_data *sdata)
&ifmgd->csa_connection_drop_work);
wiphy_delayed_work_cancel(sdata->local->hw.wiphy,
&ifmgd->tdls_peer_del_work);
- wiphy_delayed_work_cancel(sdata->local->hw.wiphy, &ifmgd->ttlm_work);
- wiphy_delayed_work_cancel(sdata->local->hw.wiphy,
- &ifmgd->neg_ttlm_timeout_work);
if (ifmgd->assoc_data)
ieee80211_destroy_assoc_data(sdata, ASSOC_TIMEOUT);