Merge branch 'net-usb-ax88179_178a-improvements-and-bug-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sat, 23 Jul 2022 04:44:01 +0000 (21:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jul 2022 04:44:02 +0000 (21:44 -0700)
Justin Chen says:

====================
net: usb: ax88179_178a: improvements and bug fixes

Power management was partially broken. There were two issues when dropping
into a sleep state.
1. Resume was not doing a fully HW restore. Only a partial restore. This
lead to a couple things being broken on resume. One of them being tcp rx.
2. wolopt was not being restored properly on resume.

Also did some general improvements and clean up to make it easier to fix
the issues mentioned above.
====================

Link: https://lore.kernel.org/r/1658363296-15734-1-git-send-email-justinpopo6@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge