diff options
author | Breno Leitao <leitao@debian.org> | 2024-04-24 19:11:07 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-26 05:32:31 +0300 |
commit | c984f374aeec6118d59f115bb69ff1a7344a0443 (patch) | |
tree | d74187d6cbe15df4940e2f92cd0c0e09da054179 /tools/perf/scripts/python/libxed.py | |
parent | 9ac7f7973587e406f20d16caeae6814ffaff31b9 (diff) | |
download | linux-c984f374aeec6118d59f115bb69ff1a7344a0443.tar.xz |
net: wwan: t7xx: Un-embed dummy device
Embedding net_device into structures prohibits the usage of flexible
arrays in the net_device structure. For more details, see the discussion
at [1].
Un-embed the net_device from the private struct by converting it
into a pointer. Then use the leverage the new alloc_netdev_dummy()
helper to allocate and initialize dummy devices.
[1] https://lore.kernel.org/all/20240229225910.79e224cf@kernel.org/
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20240424161108.3397057-1-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions