Skip to content

Commit c281bdb

Browse files
Zong-Zhe YangPing-Ke Shih
authored andcommitted
wifi: rtw89: cleanup unused rtwdev::roc_work
The needed one was moved to rtwvif::roc_work. And, rtwdev::roc_work is unused. So, remove it. Signed-off-by: Zong-Zhe Yang <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent b45acf2 commit c281bdb

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/wireless/realtek/rtw89

1 file changed

+0
-1
lines changed

drivers/net/wireless/realtek/rtw89/core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5729,7 +5729,6 @@ struct rtw89_dev {
57295729
struct delayed_work coex_rfk_chk_work;
57305730
struct delayed_work cfo_track_work;
57315731
struct delayed_work forbid_ba_work;
5732-
struct delayed_work roc_work;
57335732
struct delayed_work antdiv_work;
57345733
struct rtw89_ppdu_sts_info ppdu_sts;
57355734
u8 total_sta_assoc;

0 commit comments

Comments
 (0)