diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/skge.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h index dd0fd45..1a57bdd 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h @@ -1351,8 +1351,6 @@ enum { PHY_M_PC_EN_DET_PLUS = 3<<8, /* Energy Detect Plus (Mode 2) */ }; -#define PHY_M_PC_MDI_XMODE(x) ((((u16)(x)<<5) & PHY_M_PC_MDIX_MSK) - enum { PHY_M_PC_MAN_MDI = 0, /* 00 = Manual MDI configuration */ PHY_M_PC_MAN_MDIX = 1, /* 01 = Manual MDIX configuration */ |