Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327726
b: refs/heads/master
c: 8a046d3
h: refs/heads/master
v: v3
  • Loading branch information
Vasundhara Volam authored and David S. Miller committed Aug 30, 2012
1 parent 9fbc09e commit c3b577e
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: 7c5a524221dc3cf599a6aa4773eb0c1e2ca38adb
refs/heads/master: 8a046d3bfd5126b724a5352a757310229d4d3ff3
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2645,8 +2645,8 @@ static int be_vf_setup(struct be_adapter *adapter)
}

for_all_vfs(adapter, vf_cfg, vf) {
status = be_cmd_link_status_query(adapter, NULL, &lnk_speed,
NULL, vf + 1);
lnk_speed = 1000;
status = be_cmd_set_qos(adapter, lnk_speed, vf + 1);
if (status)
goto err;
vf_cfg->tx_rate = lnk_speed * 10;
Expand Down

0 comments on commit c3b577e

Please sign in to comment.