RE: [PATCH v2 net-next 6/9] lan743x: Add power management support

2018-07-18 Thread Bryan.Whitehead
Hi Andrew, Thanks for your reviews, and corrections. I will submit a new patch series soon. Bryan

Re: [PATCH v2 net-next 6/9] lan743x: Add power management support

2018-07-12 Thread Andrew Lunn
> +#ifdef CONFIG_PM > +static void lan743x_ethtool_get_wol(struct net_device *netdev, > + struct ethtool_wolinfo *wol) > +{ > + struct lan743x_adapter *adapter = netdev_priv(netdev); > + > + wol->supported = WAKE_BCAST | WAKE_UCAST | WAKE_MCAST | > +