Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: qualcomm: rmnet: Remove duplicate setting of rmnet private info | Subash Abhinov Kasiviswanathan | 2017-10-11 | 1 | -2/+1 |
| | | | | | | | | | | The end point is set twice in the local_ep as well as the mux_id and the real_dev in the rmnet private structure. Remove the local_ep. While these elements are equivalent, rmnet_endpoint will be used only as part of the rmnet_port for muxed scenarios in VND mode. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | drivers: net: ethernet: qualcomm: rmnet: Initial implementation | Subash Abhinov Kasiviswanathan | 2017-08-30 | 1 | -0/+26 |
RmNet driver provides a transport agnostic MAP (multiplexing and aggregation protocol) support in embedded module. Module provides virtual network devices which can be attached to any IP-mode physical device. This will be used to provide all MAP functionality on future hardware in a single consistent location. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net> |