From: Michael Koch <caesar_hal9000@gmx.net>
To: linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Subject: Problem in phy.c, when using fixed network speed
Date: Wed, 01 Aug 2012 20:14:44 +0200 [thread overview]
Message-ID: <50197214.7090703@gmx.net> (raw)
Hi all,
during testing i encountered a problem with setting up a 5200B
controller with a MICREL phy at static 100MBit full duplex - without
autonegotiation.
I performed this as usual with ethtool and was succesful when i had my
link partner up, providing a link.
When kepping the link partner off, meaning no link at all, my machine
started to degrade its link capabilities ending 10MBit half duplex.
I tracked it down to drivers/net/phy/phy.c:
in the function phy_state_machine, the case block PHY_FORCING causes
this (at least for me) undesired behaviour. Calling the
phy_force_reduction function degrades actually an intentionally static
setup.
I deactivated those lines, and it works for me.
But anyhow i feel soe need to have a general solution that takes static
non autonagotiation setups into account.
What do you think?
Hope to hear from you
Michael
next reply other threads:[~2012-08-01 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 18:14 Michael Koch [this message]
2012-08-02 9:35 ` Problem in phy.c, when using fixed network speed Jenkins, Clive
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50197214.7090703@gmx.net \
--to=caesar_hal9000@gmx.net \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.