commit | 226111d1fbe611bc7a5ffaa5275ccb41e73fd011 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Fri Feb 18 13:30:17 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 19 19:00:50 2011 -0800 |
tree | 2127a47120c71f4eb2cfdcc889c0c2971c9d9c33 | |
parent | 91035f0b7d89291af728b6f3e370c3be58fcbe1b [diff] |
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 <shmulikr@broadcom.com> Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>