Merge branch 'rmnet-Rewrite-some-existing-functionality'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:05:30 +0000 (20:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:05:30 +0000 (20:05 -0700)
commit7c6a86b4cd1b0134a4768505ce10e4ef3b9b0213
tree77496d72c8eeebcf7fed9bc7fb43c354a97fd990
parent5ef9d78e559553a4acc4bcbc3720fde069af5fba
parent60d58f971c1077a0f2467b2d5bc38058df43a819
Merge branch 'rmnet-Rewrite-some-existing-functionality'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Rewrite some existing functionality

This series fixes some of the broken rmnet functionality.
Bridge mode is re-written and made useable and the muxed_ep is converted to hlist.

Patches 1-5 are cleanups in preparation for these changes.
Patch 6 does the hlist conversion.
Patch 7 has the implementation of the rmnet bridge mode.

v1->v2: Fix the warning and code style issue in rmnet_rx_handler as
mentioned by David.
====================

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