Re: [PATCH net] net: systemport: Fix WoL with password after deep sleep

2019-02-03 Thread David Miller
From: Florian Fainelli Date: Fri, 1 Feb 2019 13:23:38 -0800 > Broadcom STB chips support a deep sleep mode where all register > contents are lost. Because we were stashing the MagicPacket password > into some of these registers a suspend into that deep sleep then a > resumption would not lead to

[PATCH net] net: systemport: Fix WoL with password after deep sleep

2019-02-01 Thread Florian Fainelli
Broadcom STB chips support a deep sleep mode where all register contents are lost. Because we were stashing the MagicPacket password into some of these registers a suspend into that deep sleep then a resumption would not lead to being able to wake-up from MagicPacket with password again. Fix this