From: David S. Miller Date: Thu, 20 Mar 2014 20:58:01 +0000 (-0400) Subject: Merge branch 'cdc-next' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=418ebec0158e473fd4c9fb3edfc014b3f46c37e0;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git Merge branch 'cdc-next' Ben Chan says: ==================== Adjust MTU as indicated by MBIM extended functional descriptor. The MBIM extended functional descriptor, defined in "Universal Serial Bus Communications Class Subclass Specification for Mobile Broadband Interface Model, Revision 1.0, Errata-1" by USB-IF, indicates the operator preferred MTU value via a wMTU field. This patch set ensures that the initial MTU value set by cdc_ncm on a MBIM net device does not exceed the wMTU value, provided the MBIM device exposes a MBIM extended functional descriptor. * Changelog v2: Fixed a le16_to_cpu conversion issue in patch 2/2 pointed out by Bjørn Mork v3: No code changes. Resubmitted to include patch 1/2 as suggested by David Miller v4: No code changes. Resubmitted as suggested by David Miller: - Added a summary of the patch set - Carried the ACK from Greg Kroah-Hartman - Added a specified the tree (net-next) to apply the patch set to ==================== Signed-off-by: David S. Miller --- 418ebec0158e473fd4c9fb3edfc014b3f46c37e0