diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2012-01-22 05:30:29 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-01-22 05:30:29 +0000 |
commit | 7b2b15eb98ecf67aba1f78d097ec2c891f80e9a1 (patch) | |
tree | 8b7a096190538ca980e479ac4416314ad724e150 | |
parent | 11e66657d79f1106886bbda659af70ad7a4d50ac (diff) |
Notes
-rw-r--r-- | sys/net80211/ieee80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c index 24a540597050..d866bbffb93f 100644 --- a/sys/net80211/ieee80211.c +++ b/sys/net80211/ieee80211.c @@ -276,7 +276,7 @@ ieee80211_ifattach(struct ieee80211com *ic, /* Create a taskqueue for all state changes */ ic->ic_tq = taskqueue_create("ic_taskq", M_WAITOK | M_ZERO, taskqueue_thread_enqueue, &ic->ic_tq); - taskqueue_start_threads(&ic->ic_tq, 1, PI_NET, "%s taskq", + taskqueue_start_threads(&ic->ic_tq, 1, PI_NET, "%s net80211 taskq", ifp->if_xname); /* * Fill in 802.11 available channel set, mark all |