mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-10 12:19:56 +00:00
Add more info when the rx pkt content is abnormal in openwifi_rx_interrupt()
This commit is contained in:
parent
9c7deabd59
commit
d267a5f4fb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user