diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-05-29 12:52:49 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 15:55:05 -0700 |
commit | f22a563b0a4c2a84b6ff8831306532b64c9c1747 (patch) | |
tree | 20f3d9ed44676c6a1cdfe6fab68fdb35dae76e22 /drivers/net/cxgb3/common.h | |
parent | 744514249f0656e2d50bb57585241670c2d4f32b (diff) |
cxgb3: add support for the Aquantia 10G-BT phy
Add support for the Aquantia AQ1002 10G-BaseT phy.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r-- | drivers/net/cxgb3/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index 301221ac10e..d21b705501a 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h @@ -808,4 +808,6 @@ int t3_qt2045_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops); int t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops); +int t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter, + int phy_addr, const struct mdio_ops *mdio_ops); #endif /* __CHELSIO_COMMON_H */ |