Commit 7cbe4c76 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Felix Fietkau
Browse files

mt76x0: remove unused stat_work



Remove unused definition of stat_work delayed_work definition and
related flush/cancel routines

Signed-off-by: default avatarLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent c1b6325d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -362,8 +362,6 @@ static void mt76x0_mac_stop_hw(struct mt76x0_dev *dev)
void mt76x0_mac_stop(struct mt76x0_dev *dev)
{
	mt76x0_mac_stop_hw(dev);
	flush_delayed_work(&dev->stat_work);
	cancel_delayed_work_sync(&dev->stat_work);
}

static void mt76x0_stop_hardware(struct mt76x0_dev *dev)
+0 −2
Original line number Diff line number Diff line
@@ -84,8 +84,6 @@ struct mt76x0_dev {
	struct delayed_work cal_work;
	struct delayed_work mac_work;

	struct delayed_work stat_work;

	spinlock_t mac_lock;

	const u16 *beacon_offsets;