|
@@ -1703,7 +1703,8 @@ int be_cmd_rss_config(struct be_adapter *adapter, u8 *rsstable, u16 table_size)
|
|
|
{
|
|
|
struct be_mcc_wrb *wrb;
|
|
|
struct be_cmd_req_rss_config *req;
|
|
|
- u32 myhash[10];
|
|
|
+ u32 myhash[10] = {0x0123, 0x4567, 0x89AB, 0xCDEF, 0x01EF,
|
|
|
+ 0x0123, 0x4567, 0x89AB, 0xCDEF, 0x01EF};
|
|
|
int status;
|
|
|
|
|
|
if (mutex_lock_interruptible(&adapter->mbox_lock))
|