net: dcb: match dcb_app protocol field with 802.1Qaz spec
[pandora-kernel.git] / include / linux / dcbnl.h
index 68cd248..66900e3 100644 (file)
@@ -101,8 +101,8 @@ struct ieee_pfc {
  */
 struct dcb_app {
        __u8    selector;
-       __u32   protocol;
        __u8    priority;
+       __u16   protocol;
 };
 
 struct dcbmsg {