mirror of https://github.com/hak5/openwrt-owl.git
atheros: ignore rx long packet error flag from the ethernet core
SVN-Revision: 15225owl
parent
6397e188af
commit
bda5e95574
|
@ -833,7 +833,7 @@
|
||||||
+ break;
|
+ break;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ if (status & DMA_RX_ERROR) {
|
+ if ((status & DMA_RX_ERROR) && !(status & DMA_RX_LONG)) {
|
||||||
+ dev->stats.rx_errors++;
|
+ dev->stats.rx_errors++;
|
||||||
+ dev->stats.rx_dropped++;
|
+ dev->stats.rx_dropped++;
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in New Issue