Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158971
b: refs/heads/master
c: 8e321c4
h: refs/heads/master
i:
  158969: 70252d6
  158967: 47f0c31
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jul 13, 2009
1 parent 5efcc4d commit 61d3616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 440c1ce178d6a6743e02d136a55b2de3f6d62a20
refs/heads/master: 8e321c4f72e2fb580a091317ba0fb2941f637ce1
3 changes: 2 additions & 1 deletion trunk/drivers/net/bonding/bond_3ad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,8 @@ static void ad_rx_machine(struct lacpdu *lacpdu, struct port *port)
//mux machine in case of EXPIRED even if LINK_DOWN didn't arrive for the port.
port->partner_oper.port_state &= ~AD_STATE_SYNCHRONIZATION;
port->sm_vars &= ~AD_PORT_MATCHED;
port->partner_oper.port_state |= AD_SHORT_TIMEOUT;
port->partner_oper.port_state |=
AD_STATE_LACP_ACTIVITY;
port->sm_rx_timer_counter = __ad_timer_to_ticks(AD_CURRENT_WHILE_TIMER, (u16)(AD_SHORT_TIMEOUT));
port->actor_oper_port_state |= AD_STATE_EXPIRED;
break;
Expand Down

0 comments on commit 61d3616

Please sign in to comment.