mirror of https://github.com/hak5/openwrt-owl.git
parent
e11dc153f3
commit
dfde150066
|
@ -430,7 +430,6 @@ static void cpmac_rx(struct net_device *dev, int channel)
|
|||
desc = desc->next;
|
||||
dma_cache_inv((u32)desc, 16);
|
||||
if (start == desc) {
|
||||
printk("Somebody set up us the bomb!!\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue