• A
    net: ipa: eliminate legacy arguments · d387c761
    Alex Elder 提交于
    We enable a channel doorbell engine only for IPA v3.5.1, and that is
    now handled directly by gsi_channel_program().
    
    When initially setting up a channel, we want that doorbell engine
    enabled, and we can request that independent of the IPA version.
    
    Doing that makes the "legacy" argument to gsi_channel_setup_one()
    unnecessary.  And with that gone we can get rid of the "legacy"
    argument to gsi_channel_setup(), and gsi_setup() as well.
    Signed-off-by: NAlex Elder <elder@linaro.org>
    Signed-off-by: NJakub Kicinski <kuba@kernel.org>
    d387c761
ipa_main.c 25.6 KB