From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Nilsson Subject: [PATCH] net: phy: dp83848: Support ethernet pause frames Date: Fri, 2 Dec 2016 15:22:03 +0100 Message-ID: <20161202142203.GY19016@axis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Roger Quadros , "Andrew F. Davis" , "David S. Miller" , Dan Murphy , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Florian Fainelli Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org According to the documentation, the PHYs supported by this driver can also support pause frames. Announce this to be so. Tested with a TI83822I. Signed-off-by: Jesper Nilsson --- drivers/net/phy/dp83848.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/dp83848.c b/drivers/net/phy/dp83848.c index 800b39f..6e4117f 100644 --- a/drivers/net/phy/dp83848.c +++ b/drivers/net/phy/dp83848.c @@ -88,7 +88,8 @@ MODULE_DEVICE_TABLE(mdio, dp83848_tbl); .phy_id = _id, \ .phy_id_mask = 0xfffffff0, \ .name = _name, \ - .features = PHY_BASIC_FEATURES, \ + .features = (PHY_BASIC_FEATURES | \ + SUPPORTED_Pause | SUPPORTED_Asym_Pause),\ .flags = PHY_HAS_INTERRUPT, \ \ .soft_reset = genphy_soft_reset, \ -- 2.1.4 /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com