Skip to content
  • Stefan Richter's avatar
    firewire: remove an unused function argument · 33e553fe
    Stefan Richter authored
    
    
    void (*fw_address_callback_t)(..., int speed, ...) is the speed that a
    remote node chose to transmit a request to us.  In case of split
    transactions, firewire-core will transmit the response at that speed.
    
    Upper layer drivers on the other hand (firewire-net, -sbp2, firedtv, and
    userspace drivers) cannot do anything useful with that speed datum,
    except log it for debug purposes.  But data that is merely potentially
    (not even actually) used for debug purposes does not belong into the API.
    
    Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    33e553fe