diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 03:37:02 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:31:31 -0500 |
commit | a35da8dbf1ff403633bb6256fba691b224f17f61 (patch) | |
tree | 1b0f47d0dcb97b27b5e390a940de57b6431903a3 /drivers/net/bnx2x_hsi.h | |
parent | 285771852891b52a740b4ab2f2903cbfef5ec6a9 (diff) |
bnx2x: Saving PHY FW version
Some PHYs (like the BCM8726) FW version cannot be read after activating the
PHY, so we need to save this information
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_hsi.h')
-rw-r--r-- | drivers/net/bnx2x_hsi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h index 7b9acb3667ef..7a62bfd18aa8 100644 --- a/drivers/net/bnx2x_hsi.h +++ b/drivers/net/bnx2x_hsi.h | |||
@@ -634,6 +634,8 @@ struct drv_port_mb { | |||
634 | 634 | ||
635 | u32 stat_nig_timer; | 635 | u32 stat_nig_timer; |
636 | 636 | ||
637 | /* MCP firmware does not use this field */ | ||
638 | u32 ext_phy_fw_version; | ||
637 | 639 | ||
638 | }; | 640 | }; |
639 | 641 | ||