Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 423cfa7e authored by Ariel Elior's avatar Ariel Elior Committed by David S. Miller
Browse files

bnx2x: fix swap of rx-ticks and tx-ticks parameters in interrupt coalescing flow

parent 75c0fd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)