]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qualcomm-rmnet-Fix-comments-on-initial-patchset'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 04:27:18 +0000 (21:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 04:27:18 +0000 (21:27 -0700)
commit2638f1b60372f7c7a0bfbb5b79e650afd433afaa
treef3534e48a07edd0c020d245ab38a426e2b83ca21
parent9191eab7545e35a8b32b6ba922a5d9bd70aa67c2
parent0ab5578a0c507916c16e77e0f12908addc6ec7ff
Merge branch 'qualcomm-rmnet-Fix-comments-on-initial-patchset'

Subash Abhinov Kasiviswanathan says:

====================
net: qualcomm: rmnet: Fix comments on initial patchset

This series fixes the comments from Dan on the first patch series.

Fixes a memory corruption which could occur if mux_id was higher than 32.
Remove the RMNET_LOCAL_LOGICAL_ENDPOINT which is no longer used.
Make a log message more useful.
Combine __rmnet_set_endpoint_config() with rmnet_set_endpoint_config().
Set the mux_id in rmnet_vnd_newlink().
Set the ingress and egress data format directly in newlink.
Implement ndo_get_iflink to find the real_dev.
Rename the real_dev_info to port to make it similar to other drivers.

The conversion of rmnet_devices to a list and hash lookup will be sent
as part of a seperate patch.
====================

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