提交 05ad62a5 编写于 作者: N Nick Bowler 提交者: Linus Torvalds

Staging: et131x: Properly disable FC in txmac.

FC disable is bit 3 of the txmac ctl register, but commit 6720949d
("Staging: et131x: Kil the txmac type") accidentally changed the code to
set bit 2 instead.
Signed-off-by: NNick Bowler <nbowler@draconx.ca>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b72c4094
......@@ -226,7 +226,7 @@ void ConfigMACRegs2(struct et131x_adapter *etdev)
}
/* Enable TXMAC */
ctl |= 0x05; /* TX mac enable, FC disable */
ctl |= 0x09; /* TX mac enable, FC disable */
writel(ctl, &etdev->regs->txmac.ctl);
/* Ready to start the RXDMA/TXDMA engine */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册