From: Bjørn Mork Date: Fri, 1 Nov 2013 10:16:52 +0000 (+0100) Subject: net: cdc_ncm: set correct dev->hard_mtu X-Git-Tag: v3.13-rc1~105^2~79^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c87f78388443e3bf6c73c05574bfa15b994f0a;p=pandora-kernel.git net: cdc_ncm: set correct dev->hard_mtu usbnet use the hard_mtu value for sizing the tx queue and nothing else. We will be transmitting buffers of up to tx_max size, so that's the proper value to give usbnet. The individual datagram size is completely irrelevant here. Cc: Alexey Orishko Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed