OSDN Git Service

igc: Remove unused local receiver mask
authorSasha Neftin <sasha.neftin@intel.com>
Sun, 13 Dec 2020 15:25:26 +0000 (17:25 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 3 Feb 2021 23:20:32 +0000 (15:20 -0800)
Local receiver mask SR_1000T_LOCAL_RX_STATUS not in use in i225 device
and could be removed

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/igc/igc_defines.h

index 4b7251d..5286047 100644 (file)
 
 /* 1000BASE-T Status Register */
 #define SR_1000T_REMOTE_RX_STATUS      0x1000 /* Remote receiver OK */
-#define SR_1000T_LOCAL_RX_STATUS       0x2000 /* Local receiver OK */
 
 /* PHY GPY 211 registers */
 #define STANDARD_AN_REG_MASK   0x0007 /* MMD */