diff options
| author | Mark Einon <mark.einon@gmail.com> | 2011-07-03 18:08:22 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-05 19:54:58 -0700 |
| commit | a7aa8a028dcaeb6ad4e4161399dd26713e95efd2 (patch) | |
| tree | ad0aa9e9cb90080f7dc80617adac5297e8aa56bc /tools/perf/scripts/python/sctop.py | |
| parent | 2b4baab313fefc4eaef7a034f5ff8c8c08a48daf (diff) | |
staging: et131x: Fix stats->rx_packets accounting
The net_device_stats->rx_packets counter is not getting updated.
This is due to checking a fMP_ADAPTER_LINK_DETECTION flag prior to
updating which is never set.
Solved by using netif_carrier_ok() to test for a link, and removing
the fMP_ADAPTER_LINK_DETECTION flag, which looks to be a broken
mechanism.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
