]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dc2114x: allow users to decide whether to detect the tx No Carrier errors
authorHanyuan Zhao <hanyuan-z@qq.com>
Fri, 9 Aug 2024 08:56:59 +0000 (16:56 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:15:29 +0000 (10:15 -0600)
commit5fa3e10cec85ddd12d31af14f9fce6c3c0ff37d0
treeddd81c5acb3ef1077534cd17aa8d62937b2a345e
parent8c18c53164be0d3793dcf8074bfeb06615335ac9
net: dc2114x: allow users to decide whether to detect the tx No Carrier errors

Some IP cores of dc2114x or its variants do not comply so well with
the behaviors described by the official document. A packet could be
sent successfully but reported with No Carrier error. Latest drivers
of this IP core have not detect this error anymore.

Signed-off-by: Hanyuan Zhao <zhaohy22@mails.tsinghua.edu.cn>
drivers/net/Kconfig
drivers/net/dc2114x.c