commit | 94321a9fc9f5b6c6e949cc7c69741538f556ab74 | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Fri Jun 10 13:28:01 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 10 23:29:29 2016 -0700 |
tree | 3ebe879aa582845b72a7b750b5e1cf05df82642b | |
parent | 2fae723cefb8bfe712371978288aa0a70b54802e [diff] |
net: mediatek: dropped rx packets are not being counted properly There are two places inside mtk_poll_rx where rx_dropped is not being incremented properly. Fix this by adding the missing code to increment the counter. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: David S. Miller <davem@davemloft.net>