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

Commit f0b9f472 authored by Dmitry Kravkov's avatar Dmitry Kravkov Committed by David S. Miller
Browse files

bnx2x: Fixing a typo: added a missing RSS enablement

parent 8fa6e3d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2486,6 +2486,7 @@ void bnx2x_pf_init(struct bnx2x *bp)
	 * if (is_eth_multi(bp))
	 *	flags |= FUNC_FLG_RSS;
	 */
	flags |= FUNC_FLG_RSS;

	/* function setup */
	if (flags & FUNC_FLG_RSS) {