File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2752,7 +2752,6 @@ static const struct net_device_ops airo_netdev_ops = {
2752
2752
.ndo_set_mac_address = airo_set_mac_address ,
2753
2753
.ndo_do_ioctl = airo_ioctl ,
2754
2754
.ndo_change_mtu = airo_change_mtu ,
2755
- .ndo_set_mac_address = eth_mac_addr ,
2756
2755
.ndo_validate_addr = eth_validate_addr ,
2757
2756
};
2758
2757
@@ -2765,7 +2764,6 @@ static const struct net_device_ops mpi_netdev_ops = {
2765
2764
.ndo_set_mac_address = airo_set_mac_address ,
2766
2765
.ndo_do_ioctl = airo_ioctl ,
2767
2766
.ndo_change_mtu = airo_change_mtu ,
2768
- .ndo_set_mac_address = eth_mac_addr ,
2769
2767
.ndo_validate_addr = eth_validate_addr ,
2770
2768
};
2771
2769
Original file line number Diff line number Diff line change @@ -11593,7 +11593,6 @@ static const struct net_device_ops ipw_netdev_ops = {
11593
11593
.ndo_set_mac_address = ipw_net_set_mac_address ,
11594
11594
.ndo_start_xmit = ieee80211_xmit ,
11595
11595
.ndo_change_mtu = ieee80211_change_mtu ,
11596
- .ndo_set_mac_address = eth_mac_addr ,
11597
11596
.ndo_validate_addr = eth_validate_addr ,
11598
11597
};
11599
11598
Original file line number Diff line number Diff line change @@ -803,7 +803,6 @@ static const struct net_device_ops islpci_netdev_ops = {
803
803
.ndo_tx_timeout = islpci_eth_tx_timeout ,
804
804
.ndo_set_mac_address = prism54_set_mac_address ,
805
805
.ndo_change_mtu = eth_change_mtu ,
806
- .ndo_set_mac_address = eth_mac_addr ,
807
806
.ndo_validate_addr = eth_validate_addr ,
808
807
};
809
808
Original file line number Diff line number Diff line change @@ -1725,7 +1725,6 @@ static const struct net_device_ops zd1201_netdev_ops = {
1725
1725
.ndo_set_multicast_list = zd1201_set_multicast ,
1726
1726
.ndo_set_mac_address = zd1201_set_mac_address ,
1727
1727
.ndo_change_mtu = eth_change_mtu ,
1728
- .ndo_set_mac_address = eth_mac_addr ,
1729
1728
.ndo_validate_addr = eth_validate_addr ,
1730
1729
};
1731
1730
You can’t perform that action at this time.
0 commit comments