]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: mac80211: remove outdated comments
authorJohannes Berg <johannes.berg@intel.com>
Mon, 6 May 2024 19:14:22 +0000 (21:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2024 08:22:34 +0000 (10:22 +0200)
These comments are no longer correct, it's a wiphy work now
so it will go away immediately when canceled.

Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240506211422.68bc10efbd8a.If80f43f4c8b9db1f5266f70d93a805f8c7463fe2@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/util.c

index b08e5d7687e3fcfb855b3db7ea916491d5c10c1b..88af2b8037cbeab32f52067c3d57896450ad8b77 100644 (file)
@@ -3482,10 +3482,6 @@ static void ieee80211_end_cac(struct wiphy *wiphy,
        lockdep_assert_wiphy(local->hw.wiphy);
 
        list_for_each_entry(sdata, &local->interfaces, list) {
-               /* it might be waiting for the local->mtx, but then
-                * by the time it gets it, sdata->wdev.cac_started
-                * will no longer be true
-                */
                wiphy_delayed_work_cancel(wiphy,
                                          &sdata->deflink.dfs_cac_timer_work);
 
index 0b893e958959440e4b918e284533933a5c6145da..6139c930b572e7cca829d12e3ac213bcc92cef20 100644 (file)
@@ -3456,10 +3456,6 @@ void ieee80211_dfs_cac_cancel(struct ieee80211_local *local)
        lockdep_assert_wiphy(local->hw.wiphy);
 
        list_for_each_entry(sdata, &local->interfaces, list) {
-               /* it might be waiting for the local->mtx, but then
-                * by the time it gets it, sdata->wdev.cac_started
-                * will no longer be true
-                */
                wiphy_delayed_work_cancel(local->hw.wiphy,
                                          &sdata->deflink.dfs_cac_timer_work);