Dan Groves wrote:
> Here's the stack trace:
> 
> kmdb: stop at mac`mac_linkmgmt_create
> kmdb: target stopped at:
> mac`mac_linkmgmt_create:pushl  %ebp
> [0]> ::stack
> mac`mac_linkmgmt_create()
> taskq_d_thread+0xa6(cb168f98, 0)
> thread_start+8()
> [0]>

As I mentioned in the #clearview IRC chat room, I think the only way we 
can get here is through the softmac_create() taskq dispatch of 
softmac_mac_register(), which itself calls mac_linkmgmt_create().  It 
seems that some device keeps detaching and re-attaching periodically.  I 
bet that device is the one underneath the aggregation.  You can look at 
the 1st argument to mac_linkmgmt_create() to find out.

-Seb

Reply via email to