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

mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channel



Remove mt76x02_edcca_init in mt76x2u_set_channel since it is already
run by mt76x2u_phy_channel_calibrate performing channel calibration

Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent a78f1547
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ mt76x2u_set_channel(struct mt76x02_dev *dev,
	err = mt76x2u_phy_set_channel(dev, chandef);

	mt76x2_mac_resume(dev);
	mt76x02_edcca_init(dev);

	dev->beacon_ops->pre_tbtt_enable(dev, true);