avb: 0 was used for no-event

This commit is contained in:
Wim Taymans 2022-04-04 10:11:25 +02:00
parent 2344ad7869
commit 460cedbc86

View file

@ -114,9 +114,9 @@ struct avb_packet_mrp_footer {
#define AVB_MRP_SEND_MT 5
#define AVB_MRP_SEND_LV 6
#define AVB_MRP_NOTIFY_NEW 0
#define AVB_MRP_NOTIFY_JOIN 1
#define AVB_MRP_NOTIFY_LEAVE 2
#define AVB_MRP_NOTIFY_NEW 1
#define AVB_MRP_NOTIFY_JOIN 2
#define AVB_MRP_NOTIFY_LEAVE 3
struct avb_mrp_attribute {
uint8_t pending_send;