Tim Gardner wrote:
> See attached
>
Not sure how much this message pops up, but would it make sense to rate
limit the printk? Something like:
if (unlikely(txq_id != IWL_CMD_QUEUE_NUM)) {
if (printk_rate_limit)
printk(KERN_WARN ""wrong command queue %d, command id 0x%X\n",
txq_id, pkt->hdr.cmd);
return;
}