Merge branch 'r8152-rx-settings'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 17:50:37 +0000 (10:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 17:50:37 +0000 (10:50 -0700)
commit8fb106b28c68d6c81cf6d69773b8cfdbf657b94e
treec08d3fc6160432be05d87e801a86b35a39ff0b53
parenta05d4fd9176003e0c1f9c3d083f4dac19fd346ab
parentb20cb60e2b865638459e6ec82ad3536d3734e555
Merge branch 'r8152-rx-settings'

Hayes Wang says:

====================
r8152: fix the rx settings of RTL8153

The RMS and the rx early size should base on the same rx size. However,
the RMS is set to 9K bytes now and the rx early depends on mtu. For using
the rx buffer effectively, sync the two settings according to the mtu.
====================

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