net: ipa: extend the INDICATION_REGISTER request
authorAlex Elder <elder@linaro.org>
Mon, 15 Mar 2021 15:21:12 +0000 (10:21 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 18:17:59 +0000 (11:17 -0700)
commit6ec7a9c2e8be0bc064e8c25df4f71ee63e978b5f
treefc095f42d3cdbf747030107f1f0864a741369ead
parent7ac629e390bd6859c882bb4feb94f56c10e8126b
net: ipa: extend the INDICATION_REGISTER request

The specified format of the INDICATION_REGISTER QMI request message
has been extended to support two more optional fields:
  endpoint_desc_ind:
    sender wishes to receive endpoint descriptor information via
    an IPA ENDP_DESC indication QMI message
  bw_change_ind:
    sender wishes to receive bandwidth change information via
    an IPA BW_CHANGE indication QMI message

Add definitions that permit these fields to be formatted and parsed
by the QMI library code.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_qmi_msg.c
drivers/net/ipa/ipa_qmi_msg.h