dummy: expend mtu range for dummy device
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Wed, 7 Dec 2016 09:41:33 +0000 (17:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Dec 2016 18:29:45 +0000 (13:29 -0500)
commit25e3e84b183a2c25b1e8303f815a6aa5bf78358a
tree6c09f490a12efa7a2ace42075b2e82c5ed9a650f
parente82621e329b61ab8d6f0c987376512cf420ac9fe
dummy: expend mtu range for dummy device

After commit 61e84623ace3 ("net: centralize net_device min/max MTU checking"),
the mtu range for dummy device becomes [68, 1500].

This patch extends it to [0, 65535].

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c