提交 c15b7cef 编写于 作者: F Felix Fietkau

mt76: clear CCA timer stats in mt76x02_edcca_init

Avoid triggering too early
Signed-off-by: NFelix Fietkau <nbd@nbd.name>
上级 2e405024
......@@ -919,6 +919,9 @@ void mt76x02_edcca_init(struct mt76x02_dev *dev, bool enable)
}
}
mt76x02_edcca_tx_enable(dev, true);
/* clear previous CCA timer value */
mt76_rr(dev, MT_ED_CCA_TIMER);
}
EXPORT_SYMBOL_GPL(mt76x02_edcca_init);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册