wifi: rtw89: cleanup unused rtwdev::roc_work
authorZong-Zhe Yang <kevin_yang@realtek.com>
Mon, 20 Jan 2025 03:40:04 +0000 (11:40 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 3 Feb 2025 02:15:35 +0000 (10:15 +0800)
The needed one was moved to rtwvif::roc_work. And, rtwdev::roc_work is
unused. So, remove it.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250120034004.21135-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.h

index 505a645e7a88efa17cd514bbe9e9c745a9704fd4..9a44475a8be6444bafb6937207570d88e961568e 100644 (file)
@@ -5729,7 +5729,6 @@ struct rtw89_dev {
        struct delayed_work coex_rfk_chk_work;
        struct delayed_work cfo_track_work;
        struct delayed_work forbid_ba_work;
-       struct delayed_work roc_work;
        struct delayed_work antdiv_work;
        struct rtw89_ppdu_sts_info ppdu_sts;
        u8 total_sta_assoc;