avg 01b9b54af6 taskqueue: drop unused tq_name field
tq_name was used write-only and besides it was just a pointer, so it
could point to some garbage in a temporary buffer that's gone.
This change shouldn't change KPI/KBI as struct taskqueue is private to
subr_taskqueue.c.
If we find a need for tq_name it can be resurrected at any moment.
taskqueue_create() interface is preserved for this purpose.

Suggested by:	jhb
MFC after:	10 days
2010-11-23 14:30:22 +00:00
..
2010-08-30 14:26:02 +00:00
2010-11-22 15:28:54 +00:00
2010-11-14 16:10:15 +00:00
2010-11-13 11:54:04 +00:00
2010-10-29 19:07:36 +00:00
2010-11-14 16:10:15 +00:00
2010-11-09 10:59:09 +00:00
2010-07-09 10:57:55 +00:00
2010-08-30 14:26:02 +00:00
2010-08-30 14:26:02 +00:00
2010-01-04 20:59:52 +00:00
2010-11-14 16:10:15 +00:00
2010-06-26 21:44:45 +00:00