Skip to content

Commit

Permalink
bnx2x: Adjust ETS to 578xx
Browse files Browse the repository at this point in the history
Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
  • Loading branch information
Yaniv Rosner authored and David S. Miller committed Jun 15, 2011
1 parent 6583e33 commit 6c3218c
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/net/bnx2x/bnx2x_dcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static void bnx2x_dcbx_update_ets_params(struct bnx2x *bp)
struct bnx2x_dcbx_pg_params *ets = &(bp->dcbx_port_params.ets);
u8 status = 0;

bnx2x_ets_disabled(&bp->link_params/*, &bp->link_vars*/);
bnx2x_ets_disabled(&bp->link_params, &bp->link_vars);

if (!ets->enabled)
return;
Expand Down
Loading

0 comments on commit 6c3218c

Please sign in to comment.