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-09-19 12:22:47 +02:00
2023-11-20 11:08:27 +01:00
2023-11-20 11:08:22 +01:00
2023-12-13 18:36:31 +01:00
2023-07-23 13:47:20 +02:00