Re: [PATCH net-next v2 3/7] net: aquantia: implement WOL support

2018-09-06 Thread Andrew Lunn
On Thu, Sep 06, 2018 at 04:05:58PM +0300, Igor Russkikh wrote: > From: Yana Esina > > Add WOL support. Currently only magic packet > (ethtool -s wol g) feature is implemented. > > Remove hw_set_power and move that to FW_OPS set_power: > because WOL configuration behaves differently on 1x and 2x

Re: [PATCH net-next v2 3/7] net: aquantia: implement WOL support

2018-09-06 Thread Andrew Lunn
On Thu, Sep 06, 2018 at 04:05:58PM +0300, Igor Russkikh wrote: > From: Yana Esina > > Add WOL support. Currently only magic packet > (ethtool -s wol g) feature is implemented. > > Remove hw_set_power and move that to FW_OPS set_power: > because WOL configuration behaves differently on 1x and 2x

[PATCH net-next v2 3/7] net: aquantia: implement WOL support

2018-09-06 Thread Igor Russkikh
From: Yana Esina Add WOL support. Currently only magic packet (ethtool -s wol g) feature is implemented. Remove hw_set_power and move that to FW_OPS set_power: because WOL configuration behaves differently on 1x and 2x firmwares Signed-off-by: Yana Esina Signed-off-by: Nikita Danilov Tested-