From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>,
Florian Fainelli <f.fainelli@gmail.com>,
Russell King - ARM Linux <linux@armlinux.org.uk>,
David Miller <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/2] net: phy: check for aneg disabled and half duplex in phy_ethtool_set_eee
Date: Sun, 10 May 2020 10:10:18 +0200 [thread overview]
Message-ID: <8e7df680-e3c2-24ae-81d3-e24776583966@gmail.com> (raw)
EEE requires aneg and full duplex, therefore return EPROTONOSUPPORT
if aneg is disabled or aneg resulted in a half duplex mode.
Heiner Kallweit (2):
net: phy: check for aneg disabled and half duplex in
phy_ethtool_set_eee
r8169: rely on sanity checks in phy_ethtool_set_eee
drivers/net/ethernet/realtek/r8169_main.c | 6 ------
drivers/net/phy/phy.c | 3 +++
2 files changed, 3 insertions(+), 6 deletions(-)
--
2.26.2
next reply other threads:[~2020-05-10 8:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-10 8:10 Heiner Kallweit [this message]
2020-05-10 8:11 ` [PATCH net-next 1/2] net: phy: check for aneg disabled and half duplex in phy_ethtool_set_eee Heiner Kallweit
2020-05-10 14:05 ` Russell King - ARM Linux admin
2020-05-11 12:50 ` Heiner Kallweit
2020-05-11 13:22 ` Russell King - ARM Linux admin
2020-05-10 8:12 ` [PATCH net-next 2/2] r8169: rely on sanity checks " Heiner Kallweit
2020-05-10 14:08 ` Russell King - ARM Linux admin
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=8e7df680-e3c2-24ae-81d3-e24776583966@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.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.