mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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 <kevin_yang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250120034004.21135-1-pkshih@realtek.com
This commit is contained in:
parent
b45acf2455
commit
c281bdb882
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user