Merge branch 'mhi-mbim'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 09:10:12 +0000 (10:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 09:10:12 +0000 (10:10 +0100)
commit93bbcfee0575e5f6526a5bbf213b205eeae60c59
tree43f96186d8458c81a6a704a8f329ad7cacbe2f80
parent8730379ee067ccbd2ea24eb02ea623d688e9707b
parent7ffa7542eca6fa910edbecf13899cb74a699f37e
Merge branch 'mhi-mbim'

Loic Poulain says:

====================
net: mhi: move MBIM to WWAN

Implement a proper WWAN driver for MBIM network protocol, with multi link
management supported through the WWAN framework (wwan rtnetlink).

Until now, MBIM over MHI was supported directly in the mhi_net driver, via
some protocol rx/tx fixup callbacks, but with only one session supported
(no multilink muxing). We can then remove that part from mhi_net and restore
the driver to a simpler version for 'raw' ip transfer (or QMAP via rmnet link).

Note that a wwan0 link is created by default for session-id 0. Additional links
can be managed via ip tool:

    $ ip link add dev wwan0mms parentdev wwan0 type wwan linkid 1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>