Re: [net-2.6 PATCH v2] net: dcb: match dcb_app protocol field with 802.1Qaz spec
From: David Miller <davem@davemloft.net> Date: 2011-02-20 03:00:23
From: John Fastabend <redacted>
Date: Fri, 18 Feb 2011 15:30:17 -0800
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 <redacted>
Signed-off-by: John Fastabend <redacted>