linux/drivers/net/wireless/ath/ath6kl
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
..
bmi.c
bmi.h
cfg80211.c net: set name_assign_type in alloc_netdev() 2014-07-15 16:12:48 -07:00
cfg80211.h ath6kl: Move and rename ath6kl_cleanup_vif function 2012-11-27 21:44:28 +02:00
common.h ath: Remove extern from function prototypes 2013-09-24 16:52:29 -07:00
core.c ath6kl: remove unnecessary line continuations 2014-03-13 07:47:14 +02:00
core.h ath6kl: cleanup ath6kl_reset_device() 2013-03-18 13:37:46 +02:00
debug.c ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
debug.h ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
hif-ops.h ath6kl: Add HTC pipe implementation 2012-03-26 16:36:46 +03:00
hif.c ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
hif.h ath6kl: fix struct hif_scatter_req list handling 2014-03-13 07:20:00 +02:00
htc_mbox.c ath6kl: use braces on both arms of if statement 2014-03-13 07:46:56 +02:00
htc_pipe.c ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
htc-ops.h
htc.h ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_service 2013-10-01 19:42:28 +03:00
init.c ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
Kconfig ath6kl: update Kconfig descriptions 2014-03-13 07:47:26 +02:00
main.c ath6kl: use braces on both arms of if statement 2014-03-13 07:46:56 +02:00
Makefile ath6kl: add tracing support and tracing points for wmi packets 2013-03-18 13:42:20 +02:00
recovery.c ath6kl: Make fw error recovery configurable 2012-10-24 11:49:49 +03:00
sdio.c ath6kl: use braces on both arms of if statement 2014-03-13 07:46:56 +02:00
target.h ath6kl: remove spaces before semicolon 2014-03-13 07:47:05 +02:00
testmode.c cfg80211: add wdev to testmode cmd 2013-08-12 14:11:37 +02:00
testmode.h cfg80211: add wdev to testmode cmd 2013-08-12 14:11:37 +02:00
trace.c ath6kl: add tracing points for sdio transfers 2013-03-18 13:42:20 +02:00
trace.h ath6kl: fix size_t printf warnings 2013-03-20 08:55:26 -04:00
txrx.c ath6kl: remove spaces before semicolon 2014-03-13 07:47:05 +02:00
usb.c ath6kl: fix blank lines before and after braces 2014-03-13 07:46:31 +02:00
wmi.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 2014-05-22 13:58:36 -04:00
wmi.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00