]> Pileus Git - ~andy/linux/commit
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)
commit5d8bee676fc9fc9389302baa9ba47bc2ed885f64
treef8b5b4dd334d976d916138155d2cb952883fb785
parent33eb9873a283a2076f2b5628813d5365ca420ea9
be2net: hash key for rss-config cmd not set

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>
drivers/net/benet/be_cmds.c