Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256059
b: refs/heads/master
c: 7d09926
h: refs/heads/master
i:
  256057: 74e71e7
  256055: 8f7c293
v: v3
  • Loading branch information
Yaniv Rosner authored and David S. Miller committed Jul 5, 2011
1 parent 6f5f952 commit 075c57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: a89a1d4a738668ccb2270ac218cddd30f0bef2a0
refs/heads/master: 7d09926d1decb658d4e24f70216b6b0b74168026
6 changes: 1 addition & 5 deletions trunk/drivers/net/bnx2x/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -11684,16 +11684,12 @@ int bnx2x_link_reset(struct link_params *params, struct link_vars *vars,
bnx2x_set_led(params, vars, LED_MODE_OFF, 0);

if (reset_ext_phy) {
bnx2x_set_mdio_clk(bp, params->chip_id, port);
for (phy_index = EXT_PHY1; phy_index < params->num_phys;
phy_index++) {
if (params->phy[phy_index].link_reset) {
bnx2x_set_aer_mmd(params,
&params->phy[phy_index]);
if (params->phy[phy_index].link_reset)
params->phy[phy_index].link_reset(
&params->phy[phy_index],
params);
}
if (params->phy[phy_index].flags &
FLAGS_REARM_LATCH_SIGNAL)
clear_latch_ind = 1;
Expand Down

0 comments on commit 075c57f

Please sign in to comment.