Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45735
b: refs/heads/master
c: e919b59
h: refs/heads/master
i:
  45733: ff13ebc
  45731: 46b2e67
  45727: 776ee05
v: v3
  • Loading branch information
Thomas Klein authored and Jeff Garzik committed Jan 23, 2007
1 parent be4a893 commit 192660a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 602e0d100daa9ba9bc7c17e0014a6f76b638dc80
refs/heads/master: e919b5938b11e1d48a6dcdcb2860e890a954f10d
4 changes: 2 additions & 2 deletions trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ int ehea_sense_port_attr(struct ehea_port *port)
break;
}

port->autoneg = 1;

/* Number of default QPs */
port->num_def_qps = cb0->num_default_qps;

Expand Down Expand Up @@ -2334,8 +2336,6 @@ static int ehea_setup_single_port(struct ehea_port *port,

INIT_LIST_HEAD(&port->mc_list->list);

ehea_set_portspeed(port, EHEA_SPEED_AUTONEG);

ret = ehea_sense_port_attr(port);
if (ret)
goto out;
Expand Down

0 comments on commit 192660a

Please sign in to comment.