Commit 2785ea96 authored by Dmitry Antipov's avatar Dmitry Antipov Committed by Kalle Valo

wifi: rt2x00: remove unused delayed work data from link description

Remove unused 'agc_work' and 'vco_work' members of 'struct link'.
This follows commit d9632470 ("rt2x00: merge agc and vco works
with link tuner") where AGC and VCO calibration code was completely
redesigned. Compile tested only.
Signed-off-by: default avatarDmitry Antipov <dmantipov@yandex.ru>
Acked-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240515152824.143537-1-dmantipov@yandex.ru
parent a17b9f59
......@@ -335,16 +335,6 @@ struct link {
struct delayed_work watchdog_work;
unsigned int watchdog_interval;
unsigned int watchdog;
/*
* Work structure for scheduling periodic AGC adjustments.
*/
struct delayed_work agc_work;
/*
* Work structure for scheduling periodic VCO calibration.
*/
struct delayed_work vco_work;
};
enum rt2x00_delayed_flags {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment