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)
commit7446b157fe9cf03023fe183b3961c243f480e560
tree08bdc0df798fc6295d80aa912edb58f57a5f18ec
parent4a934eca7b39df35569f97a070701d6846ce46df
parent5050531610a64f08461e0c309db80ca51b779fd5
Merge branch 'net-usb-ax88179_178a-improvements-and-bug-fixes'

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>