[PATCH] ath10k: allocate dummy net_device dynamically

Jakub Kicinski kuba at kernel.org
Thu Mar 21 07:28:21 PDT 2024


On Wed, 20 Mar 2024 08:12:46 -0700 Jeff Johnson wrote:
> NAK this based upon the ath11k patch results.

The ath11 patch is much more complex, I'd wager this one is fine.

> As suggested there we should just use kmalloc/kfree to match the existing logic.

Please no. There is no magic here. alloc + free must match whether
you're using magic object alloc wrapper (alloc_netdev()) or straight
up kzalloc().



More information about the ath10k mailing list