commit | 30a5da5b3301e386de99911fe6c1cd1aa37fb970 | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Tue Jan 27 15:58:03 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 27 17:12:57 2015 -0800 |
tree | c3646a27eeab3a483b2bd7a886880ba338400237 | |
parent | 5a03108689c6f3e448a920b42af04e6d28401f80 [diff] |
net/mlx4_core: Fix HW2SW_EQ to conform to the firmware spec The driver incorrectly assigned an out-mailbox to this command, and used an opcode modifier = 0, which is a reserved value (it should use opcode modifier = 1). Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>