Add more info when the rx pkt content is abnormal in openwifi_rx_interrupt()

This commit is contained in:
Xianjun Jiao 2022-03-29 12:34:51 +02:00
parent 9c7deabd59
commit d267a5f4fb

View File

@ -451,7 +451,8 @@ static irqreturn_t openwifi_rx_interrupt(int irq, void *dev_id)
// }
content_ok = true;
} else {
printk("%s openwifi_rx: WARNING content!\n", sdr_compatible_str);
printk("%s openwifi_rx: WARNING content! len%d overflow%d rate_idx%d\n", sdr_compatible_str,
len, len_overflow, rate_idx);
content_ok = false;
}