summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorDmitry Kravkov <dmitry@broadcom.com>2010-10-12 09:02:21 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-12 12:30:28 -0700
commitf0b9f4725180ea58c8da78b3de0b4e0ad180fc2c (patch)
tree9c6dd0f8b19bd603122229b931391651f64690bf /drivers/net
parent8fa6e3d4549271a5b4094893f059bb95f99a8fde (diff)
downloadop-kernel-dev-f0b9f4725180ea58c8da78b3de0b4e0ad180fc2c.zip
op-kernel-dev-f0b9f4725180ea58c8da78b3de0b4e0ad180fc2c.tar.gz
bnx2x: Fixing a typo: added a missing RSS enablement
Reported-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com> Tested-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-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 7a9556b..ead524b 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)
* if (is_eth_multi(bp))
* flags |= FUNC_FLG_RSS;
*/
+ flags |= FUNC_FLG_RSS;
/* function setup */
if (flags & FUNC_FLG_RSS) {
OpenPOWER on IntegriCloud