]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ade431503ea802d71b31b1137e10f89b61d66c2
tree08bdc0df798fc6295d80aa912edb58f57a5f18ec
parente1c91941b1e0b11aa67349e8c1ea42b4206b37f5
parentca8e7a3883b38844b992d7514ccbf529c2b54729
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>