commit | 68d7c1aa2fee6acb11fcb826a207e4b81d8a1f57 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Wed Jan 05 15:14:13 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 06 11:27:22 2011 -0800 |
tree | 8f95cc15abcc81b0a3e47ec2c370373bd9c02219 | |
parent | cba85b532e4aabdb97f44c18987d45141fd93faa [diff] |
cnic: Fix the type field in SPQ messages The new firmware interface requires each Slow Path Queue (SPQ) message's type field to include the function number. The existing code does not do this consistently. We fix this by OR'ing in the function number into the type field centrally in cnic_submit_kwqe_16(). Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>