commit | 56dfe8dedff977e5c20fbe7ace5e5f9ddef4b4ec | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Nov 02 11:53:57 2020 -0600 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 04 16:28:04 2020 -0800 |
tree | 54acb24ac43e8910ed11224e0a30b5cd212ffb4a | |
parent | 14dbf977dd45115a13a64ab480886598ee0ba755 [diff] |
net: ipa: use version in gsi_channel_init() A quirk of IPA v4.2 requires the AP to allocate the GSI channels that are owned by the modem. Rather than pass a flag argument to gsi_channel_init(), use the IPA version directly in that function to determine whether modem channels need to be allocated. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>