Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7a61319 authored by Jesper Nilsson's avatar Jesper Nilsson Committed by David S. Miller
Browse files

net: phy: dp83848: Support ethernet pause frames



According to the documentation, the PHYs supported by this driver
can also support pause frames. Announce this to be so.
Tested with a TI83822I.

Acked-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent adc176c5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -88,7 +88,9 @@ 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,		\