]> git.ipfire.org Git - thirdparty/linux.git/commit
qtnfmac: use alloc_netdev macro for single queue devices
authorRoi L <roeilev321_@outlook.com>
Sat, 14 Mar 2026 16:08:49 +0000 (18:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 19 Mar 2026 08:08:09 +0000 (09:08 +0100)
commitdee55bc7cb8ad70b8c8598df60f378b7aed2e41b
tree5b493d8a3b645b28327df03388fff61eb0f1bd3d
parent7c5c2b661bdb78c1472b8833265c9ed1ee880039
qtnfmac: use alloc_netdev macro for single queue devices

alloc_netdev is a macro for single queue devices, so there's no need to
call alloc_netdev_mqs with a single tx/rx queue.

Signed-off-by: Roi L <roeilev321_@outlook.com>
Link: https://patch.msgid.link/SN6PR05MB58064E57FE979CE7B2BF7EF3DD42A@SN6PR05MB5806.namprd05.prod.outlook.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/quantenna/qtnfmac/core.c