diff options
| author | Sasha Neftin <[email protected]> | 2020-05-28 07:11:11 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2020-05-29 03:32:04 +0000 |
| commit | e2d0f2031effc8b08a162e6db64d2c97da4cf9f5 (patch) | |
| tree | f701a8fe4260c49b5ea08ac3309c8f0056350a6b /drivers/net/ethernet/intel/igc/igc_mac.c | |
| parent | igc: Add Receive Error Counter (diff) | |
| download | kernel-e2d0f2031effc8b08a162e6db64d2c97da4cf9f5.tar.gz kernel-e2d0f2031effc8b08a162e6db64d2c97da4cf9f5.zip | |
igc: Remove Sequence Error Counter
Accordance to the i225 datasheet sequence error counter does not
applicable to the i225 device.
This patch comes to clean up this counter.
Signed-off-by: Sasha Neftin <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_mac.c')
| -rw-r--r-- | drivers/net/ethernet/intel/igc/igc_mac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_mac.c b/drivers/net/ethernet/intel/igc/igc_mac.c index a5a087e1ac02..fb496617e8e1 100644 --- a/drivers/net/ethernet/intel/igc/igc_mac.c +++ b/drivers/net/ethernet/intel/igc/igc_mac.c @@ -243,7 +243,6 @@ void igc_clear_hw_cntrs_base(struct igc_hw *hw) rd32(IGC_COLC); rd32(IGC_RERC); rd32(IGC_DC); - rd32(IGC_SEC); rd32(IGC_RLEC); rd32(IGC_XONRXC); rd32(IGC_XONTXC); |
