kernel: bump 5.4 to 5.4.85
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 701-net-0299-staging-fsl_ppfe-eth-reorganize-pfe_netdev_ops.patch
1 From c4e167b4cd8c5b74b04bf69ebf93796a7be3d83d Mon Sep 17 00:00:00 2001
2 From: Calvin Johnson <calvin.johnson@nxp.com>
3 Date: Wed, 20 Jun 2018 10:22:32 +0530
4 Subject: [PATCH] staging: fsl_ppfe/eth: reorganize pfe_netdev_ops
5
6 Reorganize members of struct pfe_netdev_ops to match with the order
7 of members in struct net_device_ops defined in include/linux/netdevice.h
8
9 Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
10 ---
11 drivers/staging/fsl_ppfe/pfe_eth.c | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 --- a/drivers/staging/fsl_ppfe/pfe_eth.c
15 +++ b/drivers/staging/fsl_ppfe/pfe_eth.c
16 @@ -2243,11 +2243,11 @@ static const struct net_device_ops pfe_n
17 .ndo_stop = pfe_eth_close,
18 .ndo_start_xmit = pfe_eth_send_packet,
19 .ndo_select_queue = pfe_eth_select_queue,
20 - .ndo_get_stats = pfe_eth_get_stats,
21 - .ndo_set_mac_address = pfe_eth_set_mac_address,
22 .ndo_set_rx_mode = pfe_eth_set_multi,
23 - .ndo_set_features = pfe_eth_set_features,
24 + .ndo_set_mac_address = pfe_eth_set_mac_address,
25 .ndo_validate_addr = eth_validate_addr,
26 + .ndo_get_stats = pfe_eth_get_stats,
27 + .ndo_set_features = pfe_eth_set_features,
28 };
29
30 /* pfe_eth_init_one