mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
atheros: ignore rx long packet error flag from the ethernet core
SVN-Revision: 15225
This commit is contained in:
@ -833,7 +833,7 @@
|
||||
+ break;
|
||||
+ }
|
||||
+
|
||||
+ if (status & DMA_RX_ERROR) {
|
||||
+ if ((status & DMA_RX_ERROR) && !(status & DMA_RX_LONG)) {
|
||||
+ dev->stats.rx_errors++;
|
||||
+ dev->stats.rx_dropped++;
|
||||
+
|
||||
|
Reference in New Issue
Block a user