diff options
author | Justin Chen <justinpopo6@gmail.com> | 2022-07-21 02:28:15 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-07-23 06:43:59 +0200 |
commit | 2bcbd3d8a7b4525cdb741fe82330edb6f5452c7f (patch) | |
tree | b04ad3cfc43c6bc48008297a4e57b2e8657c50a4 /virt | |
parent | net: usb: ax88179_178a: restore state on resume (diff) | |
download | linux-2bcbd3d8a7b4525cdb741fe82330edb6f5452c7f.tar.xz linux-2bcbd3d8a7b4525cdb741fe82330edb6f5452c7f.zip |
net: usb: ax88179_178a: move priv to driver_priv
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>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions