This is an old revision of the document!


Observations and proper use of the PHY link status handler.

From include/linux/phy.h:

struct phy_device {
        ... snip ...
        void (*phy_link_change)(struct phy_device *, bool up, bool do_carrier);
        void (*adjust_link)(struct net_device *dev);
};
  • phy_link_update.1535406345.txt.gz
  • Last modified: 2018/08/27 21:45
  • by rpjday