be2net: hash key for rss-config cmd not set
authorSathya Perla <sathya.perla@emulex.com>
Mon, 23 May 2011 20:29:09 +0000 (20:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 May 2011 17:33:45 +0000 (13:33 -0400)
A non-zero, non-descript value is needed as the hash key. The hash variable was left un-initialized; but sometimes it gets a zero value
and hashing is not effective. The constant value used now (not of any significance) seems to work fine.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found