diff options
Diffstat (limited to 'include/linux/dcbnl.h')
-rw-r--r-- | include/linux/dcbnl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index 287b5618e296..775bdb4465bf 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h | |||
@@ -82,7 +82,9 @@ struct ieee_pfc { | |||
82 | __u64 indications[IEEE_8021QAZ_MAX_TCS]; | 82 | __u64 indications[IEEE_8021QAZ_MAX_TCS]; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | /* This structure contains the IEEE 802.1Qaz APP managed object | 85 | /* This structure contains the IEEE 802.1Qaz APP managed object. This |
86 | * object is also used for the CEE std as well. There is no difference | ||
87 | * between the objects. | ||
86 | * | 88 | * |
87 | * @selector: protocol identifier type | 89 | * @selector: protocol identifier type |
88 | * @protocol: protocol of type indicated | 90 | * @protocol: protocol of type indicated |