|
@@ -2869,8 +2869,7 @@ struct ixgbe_phy_operations {
|
|
|
s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
|
|
|
s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
|
|
|
s32 (*setup_link)(struct ixgbe_hw *);
|
|
|
- s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool,
|
|
|
- bool);
|
|
|
+ s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
|
|
|
s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
|
|
|
s32 (*get_firmware_version)(struct ixgbe_hw *, u16 *);
|
|
|
s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *);
|