diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-10-12 09:02:21 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-12 19:30:28 (GMT) |
commit | f0b9f4725180ea58c8da78b3de0b4e0ad180fc2c (patch) | |
tree | 9c6dd0f8b19bd603122229b931391651f64690bf /drivers | |
parent | 8fa6e3d4549271a5b4094893f059bb95f99a8fde (diff) | |
download | linux-f0b9f4725180ea58c8da78b3de0b4e0ad180fc2c.tar.xz |
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')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_main.c | 1 |
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) { |