mbox series

[0/5] net: usb: ax88179_178a: improvements and bug fixes

Message ID 1658188689-30846-1-git-send-email-justinpopo6@gmail.com (mailing list archive)
Headers show
Series net: usb: ax88179_178a: improvements and bug fixes | expand

Message

Justin Chen July 18, 2022, 11:58 p.m. UTC
From: Justin Chen <justinpopo6@gmail.com>

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.

Justin Chen (5):
  net: usb: ax88179_178a: remove redundant init code
  net: usb: ax88179_178a: clean up pm calls
  net: usb: ax88179_178a: restore state on resume
  net: usb: ax88179_178a: move priv to driver_priv
  net: usb: ax88179_178a: wol optimizations

 drivers/net/usb/ax88179_178a.c | 314 +++++++++++++----------------------------
 1 file changed, 100 insertions(+), 214 deletions(-)