diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2018-07-19 12:43:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-21 10:12:30 -0700 |
commit | 72f219da79d22384bbc809fc67ed305dbe824e39 (patch) | |
tree | ee6568ff1fa1b6acf0c10dc4218d4da8d128a511 /drivers/s390/net/qeth_core.h | |
parent | 8ce7a9e064db4a31e9d9d08300e2f3e9679eaffe (diff) | |
download | linux-stable-72f219da79d22384bbc809fc67ed305dbe824e39.tar.gz linux-stable-72f219da79d22384bbc809fc67ed305dbe824e39.tar.bz2 linux-stable-72f219da79d22384bbc809fc67ed305dbe824e39.zip |
s390/qeth: use core MTU range checking
qeth's ndo_change_mtu() only applies some trivial bounds checking. Set
up dev->min_mtu properly, so that dev_set_mtu() can do this for us.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index 6f02a6cbe59e..994ac7f434d5 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h @@ -993,7 +993,6 @@ void qeth_clear_cmd_buffers(struct qeth_channel *); void qeth_clear_qdio_buffers(struct qeth_card *); void qeth_setadp_promisc_mode(struct qeth_card *); struct net_device_stats *qeth_get_stats(struct net_device *); -int qeth_change_mtu(struct net_device *, int); int qeth_setadpparms_change_macaddr(struct qeth_card *); void qeth_tx_timeout(struct net_device *); void qeth_prepare_control_data(struct qeth_card *, int, |