Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195077
b: refs/heads/master
c: 21ce849
h: refs/heads/master
i:
  195075: f884f6a
v: v3
  • Loading branch information
Mallikarjuna R Chilakala authored and David S. Miller committed May 14, 2010
1 parent 75d623d commit 9918190
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 422 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8171aaad7ec335b8cbd71f56eb08b545f0c404f
refs/heads/master: 21ce849ba5cc178740c6532ba3dded852296ad91
8 changes: 4 additions & 4 deletions trunk/drivers/net/ixgbe/ixgbe_82598.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ static s32 ixgbe_get_copper_link_capabilities_82598(struct ixgbe_hw *hw,
ixgbe_link_speed *speed,
bool *autoneg);
static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
bool autoneg,
bool autoneg_wait_to_complete);
ixgbe_link_speed speed,
bool autoneg,
bool autoneg_wait_to_complete);
static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
u8 *eeprom_data);

Expand Down Expand Up @@ -1221,7 +1221,7 @@ static struct ixgbe_mac_operations mac_ops_82598 = {

static struct ixgbe_eeprom_operations eeprom_ops_82598 = {
.init_params = &ixgbe_init_eeprom_params_generic,
.read = &ixgbe_read_eeprom_generic,
.read = &ixgbe_read_eerd_generic,
.validate_checksum = &ixgbe_validate_eeprom_checksum_generic,
.update_checksum = &ixgbe_update_eeprom_checksum_generic,
};
Expand Down
Loading

0 comments on commit 9918190

Please sign in to comment.