diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 04:23:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 02:02:29 -0400 |
commit | 01cd452846c98609dd3efbee0deea050e6706f02 (patch) | |
tree | 87647fccfe40819aa803b1f8191d7d4127024e63 /drivers/net/bnx2x.h | |
parent | 239d686d494f10ecd83a89ddc4e31f9462ca4901 (diff) |
bnx2x: MDC/MDIO CL45 IOCTLs
As suggested by Ben Hutchings <bhutchings@solarflare.com>, using the MDC/MDIO
IOCTL
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 5864ae2faabc..903c89d8518a 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -30,6 +30,8 @@ | |||
30 | #define BNX2X_NEW_NAPI | 30 | #define BNX2X_NEW_NAPI |
31 | 31 | ||
32 | 32 | ||
33 | |||
34 | #include <linux/mdio.h> | ||
33 | #include "bnx2x_reg.h" | 35 | #include "bnx2x_reg.h" |
34 | #include "bnx2x_fw_defs.h" | 36 | #include "bnx2x_fw_defs.h" |
35 | #include "bnx2x_hsi.h" | 37 | #include "bnx2x_hsi.h" |
@@ -895,6 +897,7 @@ struct bnx2x { | |||
895 | 897 | ||
896 | struct link_params link_params; | 898 | struct link_params link_params; |
897 | struct link_vars link_vars; | 899 | struct link_vars link_vars; |
900 | struct mdio_if_info mdio; | ||
898 | 901 | ||
899 | struct bnx2x_common common; | 902 | struct bnx2x_common common; |
900 | struct bnx2x_port port; | 903 | struct bnx2x_port port; |