diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-10-12 05:02:21 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-12 15:30:28 -0400 |
commit | f0b9f4725180ea58c8da78b3de0b4e0ad180fc2c (patch) | |
tree | 9c6dd0f8b19bd603122229b931391651f64690bf /drivers/net/bnx2x | |
parent | 8fa6e3d4549271a5b4094893f059bb95f99a8fde (diff) |
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/bnx2x')
-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 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) { |