Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270948
b: refs/heads/master
c: 627e628
h: refs/heads/master
v: v3
  • Loading branch information
Bhanu Prakash Gollapudi authored and James Bottomley committed Aug 27, 2011
1 parent d0e2ebd commit 5875566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ae89b0296e275d5a556068b40b7c2557a556a85
refs/heads/master: 627e628f6662550455e57466148d03f354ecdd3b
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,11 @@ static void bnx2fc_start_disc(struct bnx2fc_interface *interface)
if (++wait_cnt > 12)
break;
}

/* Reset max receive frame size to default */
if (fc_set_mfs(lport, BNX2FC_MFS))
return;

fc_lport_init(lport);
fc_fabric_login(lport);
}
Expand Down

0 comments on commit 5875566

Please sign in to comment.