aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bnx2x/bnx2x_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c
index 7a9556b5b55d..ead524bca8f2 100644
--- a/drivers/net/bnx2x/bnx2x_main.c
+++ b/drivers/net/bnx2x/bnx2x_main.c
@@ -2486,6 +2486,7 @@ void bnx2x_pf_init(struct bnx2x *bp)
2486 * if (is_eth_multi(bp)) 2486 * if (is_eth_multi(bp))
2487 * flags |= FUNC_FLG_RSS; 2487 * flags |= FUNC_FLG_RSS;
2488 */ 2488 */
2489 flags |= FUNC_FLG_RSS;
2489 2490
2490 /* function setup */ 2491 /* function setup */
2491 if (flags & FUNC_FLG_RSS) { 2492 if (flags & FUNC_FLG_RSS) {