From: John Fastabend Date: Fri, 18 Feb 2011 13:30:17 +0000 (+0000) Subject: net: dcb: match dcb_app protocol field with 802.1Qaz spec X-Git-Tag: v2.6.38-rc7~47^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226111d1fbe611bc7a5ffaa5275ccb41e73fd011;p=pandora-kernel.git net: dcb: match dcb_app protocol field with 802.1Qaz spec The dcb_app protocol field is a __u32 however the 802.1Qaz specification defines it as a 16 bit field. This patch brings the structure inline with the spec making it a __u16. CC: Shmulik Ravid Signed-off-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed