commit | 3352e6c45760fd6675468a35ef699ab94617cab4 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Wed Oct 11 18:43:57 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 20:05:30 2017 -0700 |
tree | f21ae07f293d88668b90cf3e734a8532ad2dde83 | |
parent | 5451237ff7a77ded1d81538e3daa76dc3ee60538 [diff] |
net: qualcomm: rmnet: Convert the muxed endpoint to hlist Rather than using a static array, use a hlist to store the muxed endpoints and use the mux id to query the rmnet_device. This is useful as usually very few mux ids are used. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Cc: Dan Williams <dcbw@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>