sh_eth: add support for changing MTU
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 12 Jun 2017 08:39:03 +0000 (10:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2017 13:57:52 +0000 (09:57 -0400)
commit78d6102256fe46fcd0c78798a9391cf1f112f117
tree453e7d0ab5d65dd55cdc0f15087504f2372c4bdc
parentf1c9eed7f437d0fc75b35d65bb45eab281706321
sh_eth: add support for changing MTU

The hardware supports the MTU to be changed and the driver it self is
somewhat prepared to support this. This patch hooks up the callbacks to
be able to change the MTU from user-space.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c