]> git.baikalelectronics.ru Git - kernel.git/commit
net: dcb: match dcb_app protocol field with 802.1Qaz spec
authorJohn Fastabend <john.r.fastabend@intel.com>
Fri, 18 Feb 2011 13:30:17 +0000 (13:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Feb 2011 03:00:50 +0000 (19:00 -0800)
commit6e5448a445d786e7f11801ad8394d63bfa38bd7c
tree2127a47120c71f4eb2cfdcc889c0c2971c9d9c33
parent716dfa703894b8c8c014731937d73cdf065cbd3c
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>
include/linux/dcbnl.h