Skip to content

Commit

Permalink
bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coal…
Browse files Browse the repository at this point in the history
…escing flow

Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ariel Elior authored and David S. Miller committed Mar 14, 2011
1 parent 75c0fd9 commit 423cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/bnx2x/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4208,7 +4208,7 @@ void bnx2x_update_coalesce(struct bnx2x *bp)

for_each_eth_queue(bp, i)
bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id,
bp->rx_ticks, bp->tx_ticks);
bp->tx_ticks, bp->rx_ticks);
}

static void bnx2x_init_sp_ring(struct bnx2x *bp)
Expand Down

0 comments on commit 423cfa7

Please sign in to comment.