diff options
author | Ariel Elior <ariele@broadcom.com> | 2011-03-14 16:43:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-14 16:43:22 -0400 |
commit | 423cfa7e1fe68974b3b25fe8233ea57a5c2e5f02 (patch) | |
tree | d55e708b875c652083c3ac5c3a5a98a5013b37ec /drivers/net/bnx2x | |
parent | 75c0fd93c7d42362134e74fd381072a7642fcc3d (diff) |
bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coalescing 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>
Diffstat (limited to 'drivers/net/bnx2x')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index aa032339e321..10bc0a6a32d9 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c | |||
@@ -4208,7 +4208,7 @@ void bnx2x_update_coalesce(struct bnx2x *bp) | |||
4208 | 4208 | ||
4209 | for_each_eth_queue(bp, i) | 4209 | for_each_eth_queue(bp, i) |
4210 | bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id, | 4210 | bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id, |
4211 | bp->rx_ticks, bp->tx_ticks); | 4211 | bp->tx_ticks, bp->rx_ticks); |
4212 | } | 4212 | } |
4213 | 4213 | ||
4214 | static void bnx2x_init_sp_ring(struct bnx2x *bp) | 4214 | static void bnx2x_init_sp_ring(struct bnx2x *bp) |