Add extra debugging to get the vap/vif and sta/ni states
in case we see the "Invalid TXQ id" message from iwlwifi.
Adding a backtrace will not do us much good as we will only
see the deferred TX context but not the origin of the packet.
If we really wanted we could dump the full packet contents
in hex to see what is going out (but quoting from memory
I believe it was all mgmt:auth frames?)
PR: 274382