From 68d7c1aa2fee6acb11fcb826a207e4b81d8a1f57 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Wed, 5 Jan 2011 15:14:13 +0000 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- Reading git-format-patch failed