]> www.infradead.org Git - nvme.git/commit
net: wwan: t7xx: Un-embed dummy device
authorBreno Leitao <leitao@debian.org>
Wed, 24 Apr 2024 16:11:07 +0000 (09:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 26 Apr 2024 02:32:31 +0000 (19:32 -0700)
commitc984f374aeec6118d59f115bb69ff1a7344a0443
treed74187d6cbe15df4940e2f92cd0c0e09da054179
parent9ac7f7973587e406f20d16caeae6814ffaff31b9
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>
drivers/net/wwan/t7xx/t7xx_netdev.c
drivers/net/wwan/t7xx/t7xx_netdev.h