1
0
Fork 0
alistair23-linux/drivers/net/ieee802154
Tom Gundersen c835a67733 net: set name_assign_type in alloc_netdev()
Extend alloc_netdev{,_mq{,s}}() to take name_assign_type as argument, and convert
all users to pass NET_NAME_UNKNOWN.

Coccinelle patch:

@@
expression sizeof_priv, name, setup, txqs, rxqs, count;
@@

(
-alloc_netdev_mqs(sizeof_priv, name, setup, txqs, rxqs)
+alloc_netdev_mqs(sizeof_priv, name, NET_NAME_UNKNOWN, setup, txqs, rxqs)
|
-alloc_netdev_mq(sizeof_priv, name, setup, count)
+alloc_netdev_mq(sizeof_priv, name, NET_NAME_UNKNOWN, setup, count)
|
-alloc_netdev(sizeof_priv, name, setup)
+alloc_netdev(sizeof_priv, name, NET_NAME_UNKNOWN, setup)
)

v9: move comments here from the wrong commit

Signed-off-by: Tom Gundersen <teg@jklm.no>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-15 16:12:48 -07:00
..
Kconfig at86rf230: add regmap support 2014-07-07 21:29:24 -07:00
Makefile ieee802154: cc2520: add driver to kernel build system 2014-06-22 21:31:59 -07:00
at86rf230.c at86rf230: add new author 2014-07-07 21:29:25 -07:00
cc2520.c ieee802154: cc2520: adds driver for TI CC2520 radio 2014-06-22 21:31:58 -07:00
fakehard.c net: set name_assign_type in alloc_netdev() 2014-07-15 16:12:48 -07:00
fakelb.c ieee802154: Introduce the use of the managed version of kzalloc 2014-05-21 16:29:52 -04:00
mrf24j40.c mrf24j40: separate h/w init and add checkings 2014-06-17 15:30:54 -07:00