Justin Chen 231752a0a0 net: usb: ax88179_178a: move priv to driver_priv
commit 2bcbd3d8a7b4525cdb741fe82330edb6f5452c7f upstream.

We need more space to save WoL context. So lets allocate memory
for ax88179_data instead of using struct usbnet data field which
only supports 5 words. We continue to use the struct usbnet data
field for multicast filters. However since we no longer have the
private data stored there, we can shift it to the beginning.

Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Cc: Jeffery Miller <jefferymiller@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-01-15 18:51:27 +01:00
..
2023-11-28 16:56:23 +00:00
2023-12-03 07:31:21 +01:00
2023-11-20 11:08:16 +01:00
2023-08-03 10:22:34 +02:00
2023-10-25 11:58:57 +02:00