• Stefan Richter's avatar
    firewire: fix synchronization of gap counts · 25b1c3d8
    Stefan Richter authored
    Fix:  The fact that nodes had different gap counts would be overlooked
    if the bus manager code would pick gap count 63 because of beta
    repeaters or because of very large hop counts.  In this case, the bus
    manager code would miss that it actually has to send the PHY config
    packet with gap count 63.
    
    Related trivial changes:  Use bool for an int used as bool, touch up
    some comments.
    Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    25b1c3d8
fw-topology.c 14.3 KB