diff options
Diffstat (limited to 'include/linux/dcbnl.h')
| -rw-r--r-- | include/linux/dcbnl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index 68cd248f6d3..66900e3c6eb 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h @@ -101,8 +101,8 @@ struct ieee_pfc {   */  struct dcb_app {  	__u8	selector; -	__u32	protocol;  	__u8	priority; +	__u16	protocol;  };  struct dcbmsg {  |