OSDN Git Service

igc: Remove obsolete define
authorSasha Neftin <sasha.neftin@intel.com>
Tue, 7 Dec 2021 06:19:18 +0000 (08:19 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 21 Dec 2021 17:17:47 +0000 (09:17 -0800)
'MII_CR_FULL_DUPLEX' define not in use. This patch comes to tidy up
 obsolete define.

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 bf2c31d..5c66b97 100644 (file)
 #define IGC_GEN_POLL_TIMEOUT   1920
 
 /* PHY Control Register */
-#define MII_CR_FULL_DUPLEX     0x0100  /* FDX =1, half duplex =0 */
 #define MII_CR_RESTART_AUTO_NEG        0x0200  /* Restart auto negotiation */
 #define MII_CR_POWER_DOWN      0x0800  /* Power down */
 #define MII_CR_AUTO_NEG_EN     0x1000  /* Auto Neg Enable */