Skip to content

Commit

Permalink
mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrate
Browse files Browse the repository at this point in the history
Since mt76x0 does not save the phy calibration data it is not necessary
to wait 350ms in mt76x0_phy_calibrate

Tested-by: Sid Hayn <[email protected]>
Signed-off-by: Lorenzo Bianconi <[email protected]>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Oct 28, 2019
1 parent 50b1e9b commit 1987b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mt76x0/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ void mt76x0_phy_calibrate(struct mt76x02_dev *dev, bool power_on)
}

mt76x02_mcu_calibrate(dev, MCU_CAL_FULL, val);
msleep(350);
mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz);
usleep_range(15000, 20000);

Expand Down

0 comments on commit 1987b74

Please sign in to comment.