mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
milan-avb: mrp: registrar treats RX_IN as a registration event
This commit is contained in:
parent
3b820add3b
commit
5c9a06c03d
1 changed files with 3 additions and 0 deletions
|
|
@ -412,7 +412,10 @@ void avb_mrp_attribute_update_state(struct avb_mrp_attribute *attr, uint64_t now
|
|||
}
|
||||
state = AVB_MRP_IN;
|
||||
break;
|
||||
/* IEEE 802.1Q-2014 Table 10-4: RX_IN transitions registrar to IN
|
||||
* the same way as RX_JOININ. */
|
||||
case AVB_MRP_EVENT_RX_JOININ:
|
||||
case AVB_MRP_EVENT_RX_IN:
|
||||
case AVB_MRP_EVENT_RX_JOINMT:
|
||||
switch (state) {
|
||||
case AVB_MRP_LV:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue