ionic: change mtu after queues are stopped
authorShannon Nelson <snelson@pensando.io>
Tue, 1 Dec 2020 00:25:46 +0000 (16:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Dec 2020 01:14:23 +0000 (17:14 -0800)
commit79ba55a36e64c9b69b2b41667c869f6587cc0be4
tree115b290c6039b2fecdd57c30ac997b47cdbe261f
parentc0c682eeb8ccb11c05c29c34820224b7556cdf19
ionic: change mtu after queues are stopped

Order of operations is slightly more correct in the driver
to change the netdev->mtu after the queues have been stopped
rather than before.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_lif.c