From: Timur Tabi <ti...@codeaurora.org> Date: Thu, 10 Nov 2016 17:46:01 -0600
> Instead of having individual PHY drivers set the SUPPORTED_Pause and > SUPPORTED_Asym_Pause flags, phylib itself should set those flags. > During autonegotiation, the PHYs will determine whether to enable > pause frame support. > > Pause frames are a feature that is supported by the MAC. It is the MAC > that generates the frames and that processes them. The PHY can only be > configured to allow them to pass through. > > So the new process is: ... > Signed-off-by: Timur Tabi <ti...@codeaurora.org> > --- > > v2: set the Pause bits in phy_probe() > update broadcom.c which was recently changed Florian please review this patch. Thank you.