mirror of https://gitee.com/openkylin/linux.git
mt76x2u: init: remove not useful configuration
Remove MT_TSO_CTRL and MT_HEADER_TRANS_CTRL_REG initialization since it is already done in mt76_write_mac_initvals routine Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
24702cdb5f
commit
40b6334803
|
@ -191,9 +191,6 @@ int mt76x2u_init_hardware(struct mt76x02_dev *dev)
|
|||
if (!mt76x02_wait_for_mac(&dev->mt76))
|
||||
return -ETIMEDOUT;
|
||||
|
||||
mt76_wr(dev, MT_HEADER_TRANS_CTRL_REG, 0);
|
||||
mt76_wr(dev, MT_TSO_CTRL, 0);
|
||||
|
||||
mt76x2u_init_dma(dev);
|
||||
|
||||
err = mt76x2u_mcu_init(dev);
|
||||
|
|
Loading…
Reference in New Issue