Re: [PATCH net-next 2/3] sh_eth: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.network,gmane.linux.kernel.renesas-soc |
|---|---|
| Message-ID | <[email protected]> |
> You cannot enter system sleep without CONFIG_PM_SLEEP, so enabling > WoL would be pointless. Yet get_wol will return WoL can be used, and set_wol will allow you to configure it. It seems like EOPNOTSUPP would be better. Andrew