net: remove use of ndo_set_multicast_list in drivers
replace it by ndo_set_rx_mode Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
					parent
					
						
							
								01789349ee
							
						
					
				
			
			
				commit
				
					
						afc4b13df1
					
				
			
		
					 251 changed files with 258 additions and 271 deletions
				
			
		|  | @ -172,7 +172,7 @@ static const struct net_device_ops simeth_netdev_ops = { | ||||||
| 	.ndo_stop		= simeth_close, | 	.ndo_stop		= simeth_close, | ||||||
| 	.ndo_start_xmit		= simeth_tx, | 	.ndo_start_xmit		= simeth_tx, | ||||||
| 	.ndo_get_stats		= simeth_get_stats, | 	.ndo_get_stats		= simeth_get_stats, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, /* not yet used */ | 	.ndo_set_rx_mode	= set_multicast_list, /* not yet used */ | ||||||
| 
 | 
 | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -368,7 +368,7 @@ static const struct net_device_ops uml_netdev_ops = { | ||||||
| 	.ndo_open 		= uml_net_open, | 	.ndo_open 		= uml_net_open, | ||||||
| 	.ndo_stop 		= uml_net_close, | 	.ndo_stop 		= uml_net_close, | ||||||
| 	.ndo_start_xmit 	= uml_net_start_xmit, | 	.ndo_start_xmit 	= uml_net_start_xmit, | ||||||
| 	.ndo_set_multicast_list = uml_net_set_multicast_list, | 	.ndo_set_rx_mode	= uml_net_set_multicast_list, | ||||||
| 	.ndo_tx_timeout 	= uml_net_tx_timeout, | 	.ndo_tx_timeout 	= uml_net_tx_timeout, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu 	= uml_net_change_mtu, | 	.ndo_change_mtu 	= uml_net_change_mtu, | ||||||
|  |  | ||||||
|  | @ -633,7 +633,7 @@ static const struct net_device_ops iss_netdev_ops = { | ||||||
| 	.ndo_set_mac_address	= iss_net_set_mac, | 	.ndo_set_mac_address	= iss_net_set_mac, | ||||||
| 	//.ndo_do_ioctl		= iss_net_ioctl,
 | 	//.ndo_do_ioctl		= iss_net_ioctl,
 | ||||||
| 	.ndo_tx_timeout		= iss_net_tx_timeout, | 	.ndo_tx_timeout		= iss_net_tx_timeout, | ||||||
| 	.ndo_set_multicast_list = iss_net_set_multicast_list, | 	.ndo_set_rx_mode	= iss_net_set_multicast_list, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| static int iss_net_configure(int index, char *init) | static int iss_net_configure(int index, char *init) | ||||||
|  |  | ||||||
|  | @ -1638,7 +1638,7 @@ static const struct net_device_ops nes_netdev_ops = { | ||||||
| 	.ndo_get_stats		= nes_netdev_get_stats, | 	.ndo_get_stats		= nes_netdev_get_stats, | ||||||
| 	.ndo_tx_timeout		= nes_netdev_tx_timeout, | 	.ndo_tx_timeout		= nes_netdev_tx_timeout, | ||||||
| 	.ndo_set_mac_address	= nes_netdev_set_mac_address, | 	.ndo_set_mac_address	= nes_netdev_set_mac_address, | ||||||
| 	.ndo_set_multicast_list = nes_netdev_set_multicast_list, | 	.ndo_set_rx_mode	= nes_netdev_set_multicast_list, | ||||||
| 	.ndo_change_mtu		= nes_netdev_change_mtu, | 	.ndo_change_mtu		= nes_netdev_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_fix_features	= nes_fix_features, | 	.ndo_fix_features	= nes_fix_features, | ||||||
|  |  | ||||||
|  | @ -996,7 +996,7 @@ static const struct net_device_ops ipoib_netdev_ops = { | ||||||
| 	.ndo_fix_features	 = ipoib_fix_features, | 	.ndo_fix_features	 = ipoib_fix_features, | ||||||
| 	.ndo_start_xmit	 	 = ipoib_start_xmit, | 	.ndo_start_xmit	 	 = ipoib_start_xmit, | ||||||
| 	.ndo_tx_timeout		 = ipoib_timeout, | 	.ndo_tx_timeout		 = ipoib_timeout, | ||||||
| 	.ndo_set_multicast_list	 = ipoib_set_mcast_list, | 	.ndo_set_rx_mode	 = ipoib_set_mcast_list, | ||||||
| 	.ndo_neigh_setup	 = ipoib_neigh_setup_dev, | 	.ndo_neigh_setup	 = ipoib_neigh_setup_dev, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1230,7 +1230,7 @@ static const struct net_device_ops dvb_netdev_ops = { | ||||||
| 	.ndo_open		= dvb_net_open, | 	.ndo_open		= dvb_net_open, | ||||||
| 	.ndo_stop		= dvb_net_stop, | 	.ndo_stop		= dvb_net_stop, | ||||||
| 	.ndo_start_xmit		= dvb_net_tx, | 	.ndo_start_xmit		= dvb_net_tx, | ||||||
| 	.ndo_set_multicast_list = dvb_net_set_multicast_list, | 	.ndo_set_rx_mode	= dvb_net_set_multicast_list, | ||||||
| 	.ndo_set_mac_address    = dvb_net_set_mac, | 	.ndo_set_mac_address    = dvb_net_set_mac, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -264,7 +264,7 @@ static const struct net_device_ops cops_netdev_ops = { | ||||||
| 	.ndo_start_xmit   	= cops_send_packet, | 	.ndo_start_xmit   	= cops_send_packet, | ||||||
| 	.ndo_tx_timeout		= cops_timeout, | 	.ndo_tx_timeout		= cops_timeout, | ||||||
|         .ndo_do_ioctl           = cops_ioctl, |         .ndo_do_ioctl           = cops_ioctl, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  |  | ||||||
|  | @ -1014,7 +1014,7 @@ static int __init ltpc_probe_dma(int base, int dma) | ||||||
| static const struct net_device_ops ltpc_netdev = { | static const struct net_device_ops ltpc_netdev = { | ||||||
| 	.ndo_start_xmit		= ltpc_xmit, | 	.ndo_start_xmit		= ltpc_xmit, | ||||||
| 	.ndo_do_ioctl		= ltpc_ioctl, | 	.ndo_do_ioctl		= ltpc_ioctl, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| struct net_device * __init ltpc_probe(void) | struct net_device * __init ltpc_probe(void) | ||||||
|  |  | ||||||
|  | @ -154,7 +154,7 @@ const struct net_device_ops com20020_netdev_ops = { | ||||||
| 	.ndo_stop	= arcnet_close, | 	.ndo_stop	= arcnet_close, | ||||||
| 	.ndo_start_xmit = arcnet_send_packet, | 	.ndo_start_xmit = arcnet_send_packet, | ||||||
| 	.ndo_tx_timeout = arcnet_timeout, | 	.ndo_tx_timeout = arcnet_timeout, | ||||||
| 	.ndo_set_multicast_list = com20020_set_mc_list, | 	.ndo_set_rx_mode = com20020_set_mc_list, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| /* Set up the struct net_device associated with this card.  Called after
 | /* Set up the struct net_device associated with this card.  Called after
 | ||||||
|  |  | ||||||
|  | @ -4266,7 +4266,7 @@ static const struct net_device_ops bond_netdev_ops = { | ||||||
| 	.ndo_get_stats64	= bond_get_stats, | 	.ndo_get_stats64	= bond_get_stats, | ||||||
| 	.ndo_do_ioctl		= bond_do_ioctl, | 	.ndo_do_ioctl		= bond_do_ioctl, | ||||||
| 	.ndo_change_rx_flags	= bond_change_rx_flags, | 	.ndo_change_rx_flags	= bond_change_rx_flags, | ||||||
| 	.ndo_set_multicast_list	= bond_set_multicast_list, | 	.ndo_set_rx_mode	= bond_set_multicast_list, | ||||||
| 	.ndo_change_mtu		= bond_change_mtu, | 	.ndo_change_mtu		= bond_change_mtu, | ||||||
| 	.ndo_set_mac_address	= bond_set_mac_address, | 	.ndo_set_mac_address	= bond_set_mac_address, | ||||||
| 	.ndo_neigh_setup	= bond_neigh_setup, | 	.ndo_neigh_setup	= bond_neigh_setup, | ||||||
|  |  | ||||||
|  | @ -261,7 +261,7 @@ static const struct net_device_ops e100_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= e100_send_packet, | 	.ndo_start_xmit		= e100_send_packet, | ||||||
| 	.ndo_tx_timeout		= e100_tx_timeout, | 	.ndo_tx_timeout		= e100_tx_timeout, | ||||||
| 	.ndo_get_stats		= e100_get_stats, | 	.ndo_get_stats		= e100_get_stats, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_do_ioctl		= e100_ioctl, | 	.ndo_do_ioctl		= e100_ioctl, | ||||||
| 	.ndo_set_mac_address	= e100_set_mac_address, | 	.ndo_set_mac_address	= e100_set_mac_address, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -483,7 +483,7 @@ static const struct net_device_ops dfx_netdev_ops = { | ||||||
| 	.ndo_stop		= dfx_close, | 	.ndo_stop		= dfx_close, | ||||||
| 	.ndo_start_xmit		= dfx_xmt_queue_pkt, | 	.ndo_start_xmit		= dfx_xmt_queue_pkt, | ||||||
| 	.ndo_get_stats		= dfx_ctl_get_stats, | 	.ndo_get_stats		= dfx_ctl_get_stats, | ||||||
| 	.ndo_set_multicast_list	= dfx_ctl_set_multicast_list, | 	.ndo_set_rx_mode	= dfx_ctl_set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= dfx_ctl_set_mac_address, | 	.ndo_set_mac_address	= dfx_ctl_set_mac_address, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -116,7 +116,7 @@ static const struct net_device_ops dummy_netdev_ops = { | ||||||
| 	.ndo_init		= dummy_dev_init, | 	.ndo_init		= dummy_dev_init, | ||||||
| 	.ndo_start_xmit		= dummy_xmit, | 	.ndo_start_xmit		= dummy_xmit, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= dummy_set_address, | 	.ndo_set_mac_address	= dummy_set_address, | ||||||
| 	.ndo_get_stats64	= dummy_get_stats64, | 	.ndo_get_stats64	= dummy_get_stats64, | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | @ -201,7 +201,7 @@ static const struct net_device_ops el_netdev_ops = { | ||||||
| 	.ndo_stop		= el1_close, | 	.ndo_stop		= el1_close, | ||||||
| 	.ndo_start_xmit 	= el_start_xmit, | 	.ndo_start_xmit 	= el_start_xmit, | ||||||
| 	.ndo_tx_timeout		= el_timeout, | 	.ndo_tx_timeout		= el_timeout, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -545,7 +545,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_stop	 	= el3_close, | 	.ndo_stop	 	= el3_close, | ||||||
| 	.ndo_start_xmit 	= el3_start_xmit, | 	.ndo_start_xmit 	= el3_start_xmit, | ||||||
| 	.ndo_get_stats 		= el3_get_stats, | 	.ndo_get_stats 		= el3_get_stats, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_tx_timeout 	= el3_tx_timeout, | 	.ndo_tx_timeout 	= el3_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -569,7 +569,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_start_xmit		= corkscrew_start_xmit, | 	.ndo_start_xmit		= corkscrew_start_xmit, | ||||||
| 	.ndo_tx_timeout		= corkscrew_timeout, | 	.ndo_tx_timeout		= corkscrew_timeout, | ||||||
| 	.ndo_get_stats		= corkscrew_get_stats, | 	.ndo_get_stats		= corkscrew_get_stats, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -255,7 +255,7 @@ static const struct net_device_ops el3_netdev_ops = { | ||||||
| 	.ndo_tx_timeout 	= el3_tx_timeout, | 	.ndo_tx_timeout 	= el3_tx_timeout, | ||||||
| 	.ndo_get_stats		= el3_get_stats, | 	.ndo_get_stats		= el3_get_stats, | ||||||
| 	.ndo_do_ioctl		= el3_ioctl, | 	.ndo_do_ioctl		= el3_ioctl, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -184,7 +184,7 @@ static const struct net_device_ops el3_netdev_ops = { | ||||||
| 	.ndo_tx_timeout		= el3_tx_timeout, | 	.ndo_tx_timeout		= el3_tx_timeout, | ||||||
| 	.ndo_set_config		= el3_config, | 	.ndo_set_config		= el3_config, | ||||||
| 	.ndo_get_stats		= el3_get_stats, | 	.ndo_get_stats		= el3_get_stats, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1055,7 +1055,7 @@ static const struct net_device_ops boomrang_netdev_ops = { | ||||||
| #ifdef CONFIG_PCI | #ifdef CONFIG_PCI | ||||||
| 	.ndo_do_ioctl 		= vortex_ioctl, | 	.ndo_do_ioctl 		= vortex_ioctl, | ||||||
| #endif | #endif | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  | @ -1073,7 +1073,7 @@ static const struct net_device_ops vortex_netdev_ops = { | ||||||
| #ifdef CONFIG_PCI | #ifdef CONFIG_PCI | ||||||
| 	.ndo_do_ioctl 		= vortex_ioctl, | 	.ndo_do_ioctl 		= vortex_ioctl, | ||||||
| #endif | #endif | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -2266,7 +2266,7 @@ static const struct net_device_ops typhoon_netdev_ops = { | ||||||
| 	.ndo_open		= typhoon_open, | 	.ndo_open		= typhoon_open, | ||||||
| 	.ndo_stop		= typhoon_close, | 	.ndo_stop		= typhoon_close, | ||||||
| 	.ndo_start_xmit		= typhoon_start_tx, | 	.ndo_start_xmit		= typhoon_start_tx, | ||||||
| 	.ndo_set_multicast_list	= typhoon_set_rx_mode, | 	.ndo_set_rx_mode	= typhoon_set_rx_mode, | ||||||
| 	.ndo_tx_timeout		= typhoon_tx_timeout, | 	.ndo_tx_timeout		= typhoon_tx_timeout, | ||||||
| 	.ndo_get_stats		= typhoon_get_stats, | 	.ndo_get_stats		= typhoon_get_stats, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -176,7 +176,7 @@ static const struct net_device_ops el2_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= eip_start_xmit, | 	.ndo_start_xmit		= eip_start_xmit, | ||||||
| 	.ndo_tx_timeout		= eip_tx_timeout, | 	.ndo_tx_timeout		= eip_tx_timeout, | ||||||
| 	.ndo_get_stats		= eip_get_stats, | 	.ndo_get_stats		= eip_get_stats, | ||||||
| 	.ndo_set_multicast_list = eip_set_multicast_list, | 	.ndo_set_rx_mode	= eip_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -61,7 +61,7 @@ const struct net_device_ops ei_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -66,7 +66,7 @@ const struct net_device_ops eip_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= eip_start_xmit, | 	.ndo_start_xmit		= eip_start_xmit, | ||||||
| 	.ndo_tx_timeout		= eip_tx_timeout, | 	.ndo_tx_timeout		= eip_tx_timeout, | ||||||
| 	.ndo_get_stats		= eip_get_stats, | 	.ndo_get_stats		= eip_get_stats, | ||||||
| 	.ndo_set_multicast_list = eip_set_multicast_list, | 	.ndo_set_rx_mode	= eip_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -151,7 +151,7 @@ static const struct net_device_ops ac_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -543,7 +543,7 @@ static const struct net_device_ops ax_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ax_ei_start_xmit, | 	.ndo_start_xmit		= ax_ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ax_ei_tx_timeout, | 	.ndo_tx_timeout		= ax_ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ax_ei_get_stats, | 	.ndo_get_stats		= ax_ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ax_ei_set_multicast_list, | 	.ndo_set_rx_mode	= ax_ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -134,7 +134,7 @@ static const struct net_device_ops axnet_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= axnet_start_xmit, | 	.ndo_start_xmit		= axnet_start_xmit, | ||||||
| 	.ndo_tx_timeout		= axnet_tx_timeout, | 	.ndo_tx_timeout		= axnet_tx_timeout, | ||||||
| 	.ndo_get_stats		= get_stats, | 	.ndo_get_stats		= get_stats, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -168,7 +168,7 @@ static const struct net_device_ops e21_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -644,7 +644,7 @@ static const struct net_device_ops etherh_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= __ei_start_xmit, | 	.ndo_start_xmit		= __ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= __ei_tx_timeout, | 	.ndo_tx_timeout		= __ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= __ei_get_stats, | 	.ndo_get_stats		= __ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = __ei_set_multicast_list, | 	.ndo_set_rx_mode	= __ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -165,7 +165,7 @@ static const struct net_device_ops hpp_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= eip_start_xmit, | 	.ndo_start_xmit		= eip_start_xmit, | ||||||
| 	.ndo_tx_timeout		= eip_tx_timeout, | 	.ndo_tx_timeout		= eip_tx_timeout, | ||||||
| 	.ndo_get_stats		= eip_get_stats, | 	.ndo_get_stats		= eip_get_stats, | ||||||
| 	.ndo_set_multicast_list = eip_set_multicast_list, | 	.ndo_set_rx_mode	= eip_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -101,7 +101,7 @@ static const struct net_device_ops hydra_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= __ei_start_xmit, | 	.ndo_start_xmit		= __ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= __ei_tx_timeout, | 	.ndo_tx_timeout		= __ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= __ei_get_stats, | 	.ndo_get_stats		= __ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = __ei_set_multicast_list, | 	.ndo_set_rx_mode	= __ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -494,7 +494,7 @@ static const struct net_device_ops mac8390_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= __ei_start_xmit, | 	.ndo_start_xmit		= __ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= __ei_tx_timeout, | 	.ndo_tx_timeout		= __ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= __ei_get_stats, | 	.ndo_get_stats		= __ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = __ei_set_multicast_list, | 	.ndo_set_rx_mode	= __ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -200,7 +200,7 @@ static const struct net_device_ops ne_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= __ei_start_xmit, | 	.ndo_start_xmit		= __ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= __ei_tx_timeout, | 	.ndo_tx_timeout		= __ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= __ei_get_stats, | 	.ndo_get_stats		= __ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = __ei_set_multicast_list, | 	.ndo_set_rx_mode	= __ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -207,7 +207,7 @@ static const struct net_device_ops ne2k_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -227,7 +227,7 @@ static const struct net_device_ops pcnet_netdev_ops = { | ||||||
| 	.ndo_start_xmit 	= ei_start_xmit, | 	.ndo_start_xmit 	= ei_start_xmit, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_do_ioctl 		= ei_ioctl, | 	.ndo_do_ioctl 		= ei_ioctl, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_tx_timeout 	= ei_tx_timeout, | 	.ndo_tx_timeout 	= ei_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -191,7 +191,7 @@ static const struct net_device_ops ultramca_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -192,7 +192,7 @@ static const struct net_device_ops ultra_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -160,7 +160,7 @@ static const struct net_device_ops ultra32_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -153,7 +153,7 @@ static const struct net_device_ops wd_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ei_start_xmit, | 	.ndo_start_xmit		= ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ei_tx_timeout, | 	.ndo_tx_timeout		= ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= ei_get_stats, | 	.ndo_get_stats		= ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = ei_set_multicast_list, | 	.ndo_set_rx_mode	= ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -278,7 +278,7 @@ static const struct net_device_ops zorro8390_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= __ei_start_xmit, | 	.ndo_start_xmit		= __ei_start_xmit, | ||||||
| 	.ndo_tx_timeout		= __ei_tx_timeout, | 	.ndo_tx_timeout		= __ei_tx_timeout, | ||||||
| 	.ndo_get_stats		= __ei_get_stats, | 	.ndo_get_stats		= __ei_get_stats, | ||||||
| 	.ndo_set_multicast_list = __ei_set_multicast_list, | 	.ndo_set_rx_mode	= __ei_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -639,7 +639,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_start_xmit		= start_tx, | 	.ndo_start_xmit		= start_tx, | ||||||
| 	.ndo_tx_timeout		= tx_timeout, | 	.ndo_tx_timeout		= tx_timeout, | ||||||
| 	.ndo_get_stats		= get_stats, | 	.ndo_get_stats		= get_stats, | ||||||
| 	.ndo_set_multicast_list = &set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_do_ioctl		= netdev_ioctl, | 	.ndo_do_ioctl		= netdev_ioctl, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -1449,7 +1449,7 @@ static const struct net_device_ops bfin_mac_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= bfin_mac_hard_start_xmit, | 	.ndo_start_xmit		= bfin_mac_hard_start_xmit, | ||||||
| 	.ndo_set_mac_address	= bfin_mac_set_mac_address, | 	.ndo_set_mac_address	= bfin_mac_set_mac_address, | ||||||
| 	.ndo_tx_timeout		= bfin_mac_timeout, | 	.ndo_tx_timeout		= bfin_mac_timeout, | ||||||
| 	.ndo_set_multicast_list	= bfin_mac_set_multicast_list, | 	.ndo_set_rx_mode	= bfin_mac_set_multicast_list, | ||||||
| 	.ndo_do_ioctl           = bfin_mac_ioctl, | 	.ndo_do_ioctl           = bfin_mac_ioctl, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -1539,7 +1539,7 @@ static int __devinit greth_of_probe(struct platform_device *ofdev) | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	if (greth->multicast) { | 	if (greth->multicast) { | ||||||
| 		greth_netdev_ops.ndo_set_multicast_list = greth_set_multicast_list; | 		greth_netdev_ops.ndo_set_rx_mode = greth_set_multicast_list; | ||||||
| 		dev->flags |= IFF_MULTICAST; | 		dev->flags |= IFF_MULTICAST; | ||||||
| 	} else { | 	} else { | ||||||
| 		dev->flags &= ~IFF_MULTICAST; | 		dev->flags &= ~IFF_MULTICAST; | ||||||
|  |  | ||||||
|  | @ -449,7 +449,7 @@ static const struct net_device_ops ace_netdev_ops = { | ||||||
| 	.ndo_tx_timeout		= ace_watchdog, | 	.ndo_tx_timeout		= ace_watchdog, | ||||||
| 	.ndo_get_stats		= ace_get_stats, | 	.ndo_get_stats		= ace_get_stats, | ||||||
| 	.ndo_start_xmit		= ace_start_xmit, | 	.ndo_start_xmit		= ace_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= ace_set_multicast_list, | 	.ndo_set_rx_mode	= ace_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= ace_set_mac_addr, | 	.ndo_set_mac_address	= ace_set_mac_addr, | ||||||
| 	.ndo_change_mtu		= ace_change_mtu, | 	.ndo_change_mtu		= ace_change_mtu, | ||||||
|  |  | ||||||
|  | @ -664,7 +664,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_set_multicast_list	= lance_set_multicast, | 	.ndo_set_rx_mode	= lance_set_multicast, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -659,7 +659,7 @@ static const struct net_device_ops am79c961_netdev_ops = { | ||||||
| 	.ndo_open		= am79c961_open, | 	.ndo_open		= am79c961_open, | ||||||
| 	.ndo_stop		= am79c961_close, | 	.ndo_stop		= am79c961_close, | ||||||
| 	.ndo_start_xmit		= am79c961_sendpacket, | 	.ndo_start_xmit		= am79c961_sendpacket, | ||||||
| 	.ndo_set_multicast_list	= am79c961_setmulticastlist, | 	.ndo_set_rx_mode	= am79c961_setmulticastlist, | ||||||
| 	.ndo_tx_timeout		= am79c961_timeout, | 	.ndo_tx_timeout		= am79c961_timeout, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -1798,7 +1798,7 @@ static const struct net_device_ops amd8111e_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= amd8111e_start_xmit, | 	.ndo_start_xmit		= amd8111e_start_xmit, | ||||||
| 	.ndo_tx_timeout		= amd8111e_tx_timeout, | 	.ndo_tx_timeout		= amd8111e_tx_timeout, | ||||||
| 	.ndo_get_stats		= amd8111e_get_stats, | 	.ndo_get_stats		= amd8111e_get_stats, | ||||||
| 	.ndo_set_multicast_list = amd8111e_set_multicast_list, | 	.ndo_set_rx_mode	= amd8111e_set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= amd8111e_set_mac_address, | 	.ndo_set_mac_address	= amd8111e_set_mac_address, | ||||||
| 	.ndo_do_ioctl		= amd8111e_ioctl, | 	.ndo_do_ioctl		= amd8111e_ioctl, | ||||||
|  |  | ||||||
|  | @ -704,7 +704,7 @@ static const struct net_device_ops ariadne_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= ariadne_start_xmit, | 	.ndo_start_xmit		= ariadne_start_xmit, | ||||||
| 	.ndo_tx_timeout		= ariadne_tx_timeout, | 	.ndo_tx_timeout		= ariadne_tx_timeout, | ||||||
| 	.ndo_get_stats		= ariadne_get_stats, | 	.ndo_get_stats		= ariadne_get_stats, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -456,7 +456,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_open		= lance_open, | 	.ndo_open		= lance_open, | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= lance_set_mac_address, | 	.ndo_set_mac_address	= lance_set_mac_address, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1010,7 +1010,7 @@ static const struct net_device_ops au1000_netdev_ops = { | ||||||
| 	.ndo_open		= au1000_open, | 	.ndo_open		= au1000_open, | ||||||
| 	.ndo_stop		= au1000_close, | 	.ndo_stop		= au1000_close, | ||||||
| 	.ndo_start_xmit		= au1000_tx, | 	.ndo_start_xmit		= au1000_tx, | ||||||
| 	.ndo_set_multicast_list	= au1000_multicast_list, | 	.ndo_set_rx_mode	= au1000_multicast_list, | ||||||
| 	.ndo_do_ioctl		= au1000_ioctl, | 	.ndo_do_ioctl		= au1000_ioctl, | ||||||
| 	.ndo_tx_timeout		= au1000_tx_timeout, | 	.ndo_tx_timeout		= au1000_tx_timeout, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -1015,7 +1015,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_set_multicast_list	= lance_set_multicast, | 	.ndo_set_rx_mode	= lance_set_multicast, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -572,7 +572,7 @@ static const struct net_device_ops depca_netdev_ops = { | ||||||
| 	.ndo_open 		= depca_open, | 	.ndo_open 		= depca_open, | ||||||
| 	.ndo_start_xmit 	= depca_start_xmit, | 	.ndo_start_xmit 	= depca_start_xmit, | ||||||
| 	.ndo_stop 		= depca_close, | 	.ndo_stop 		= depca_close, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_do_ioctl 		= depca_ioctl, | 	.ndo_do_ioctl 		= depca_ioctl, | ||||||
| 	.ndo_tx_timeout 	= depca_tx_timeout, | 	.ndo_tx_timeout 	= depca_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -74,7 +74,7 @@ static const struct net_device_ops hplance_netdev_ops = { | ||||||
| 	.ndo_open		= hplance_open, | 	.ndo_open		= hplance_open, | ||||||
| 	.ndo_stop		= hplance_close, | 	.ndo_stop		= hplance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= lance_set_multicast, | 	.ndo_set_rx_mode	= lance_set_multicast, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -459,7 +459,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_get_stats		= lance_get_stats, | 	.ndo_get_stats		= lance_get_stats, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -61,7 +61,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_open		= m147lance_open, | 	.ndo_open		= m147lance_open, | ||||||
| 	.ndo_stop		= m147lance_close, | 	.ndo_stop		= m147lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= lance_set_multicast, | 	.ndo_set_rx_mode	= lance_set_multicast, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -406,7 +406,7 @@ static const struct net_device_ops ni65_netdev_ops = { | ||||||
| 	.ndo_stop		= ni65_close, | 	.ndo_stop		= ni65_close, | ||||||
| 	.ndo_start_xmit		= ni65_send_packet, | 	.ndo_start_xmit		= ni65_send_packet, | ||||||
| 	.ndo_tx_timeout		= ni65_timeout, | 	.ndo_tx_timeout		= ni65_timeout, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -430,7 +430,7 @@ static const struct net_device_ops mace_netdev_ops = { | ||||||
| 	.ndo_tx_timeout		= mace_tx_timeout, | 	.ndo_tx_timeout		= mace_tx_timeout, | ||||||
| 	.ndo_set_config		= mace_config, | 	.ndo_set_config		= mace_config, | ||||||
| 	.ndo_get_stats		= mace_get_stats, | 	.ndo_get_stats		= mace_get_stats, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1505,7 +1505,7 @@ static const struct net_device_ops pcnet32_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= pcnet32_start_xmit, | 	.ndo_start_xmit		= pcnet32_start_xmit, | ||||||
| 	.ndo_tx_timeout		= pcnet32_tx_timeout, | 	.ndo_tx_timeout		= pcnet32_tx_timeout, | ||||||
| 	.ndo_get_stats		= pcnet32_get_stats, | 	.ndo_get_stats		= pcnet32_get_stats, | ||||||
| 	.ndo_set_multicast_list = pcnet32_set_multicast_list, | 	.ndo_set_rx_mode	= pcnet32_set_multicast_list, | ||||||
| 	.ndo_do_ioctl		= pcnet32_ioctl, | 	.ndo_do_ioctl		= pcnet32_ioctl, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -297,7 +297,7 @@ static const struct net_device_ops lance_netdev_ops = { | ||||||
| 	.ndo_open		= lance_open, | 	.ndo_open		= lance_open, | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= NULL, | 	.ndo_set_mac_address	= NULL, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1298,7 +1298,7 @@ static const struct net_device_ops sparc_lance_ops = { | ||||||
| 	.ndo_open		= lance_open, | 	.ndo_open		= lance_open, | ||||||
| 	.ndo_stop		= lance_close, | 	.ndo_stop		= lance_close, | ||||||
| 	.ndo_start_xmit		= lance_start_xmit, | 	.ndo_start_xmit		= lance_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= lance_set_multicast, | 	.ndo_set_rx_mode	= lance_set_multicast, | ||||||
| 	.ndo_tx_timeout		= lance_tx_timeout, | 	.ndo_tx_timeout		= lance_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -1237,7 +1237,7 @@ static const struct net_device_ops bmac_netdev_ops = { | ||||||
| 	.ndo_open		= bmac_open, | 	.ndo_open		= bmac_open, | ||||||
| 	.ndo_stop		= bmac_close, | 	.ndo_stop		= bmac_close, | ||||||
| 	.ndo_start_xmit		= bmac_output, | 	.ndo_start_xmit		= bmac_output, | ||||||
| 	.ndo_set_multicast_list	= bmac_set_multicast, | 	.ndo_set_rx_mode	= bmac_set_multicast, | ||||||
| 	.ndo_set_mac_address	= bmac_set_address, | 	.ndo_set_mac_address	= bmac_set_address, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -488,7 +488,7 @@ static const struct net_device_ops net_ops = { | ||||||
| 	.ndo_tx_timeout		= net_timeout, | 	.ndo_tx_timeout		= net_timeout, | ||||||
| 	.ndo_start_xmit 	= net_send_packet, | 	.ndo_start_xmit 	= net_send_packet, | ||||||
| 	.ndo_get_stats		= net_get_stats, | 	.ndo_get_stats		= net_get_stats, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_set_mac_address 	= set_mac_address, | 	.ndo_set_mac_address 	= set_mac_address, | ||||||
| #ifdef CONFIG_NET_POLL_CONTROLLER | #ifdef CONFIG_NET_POLL_CONTROLLER | ||||||
| 	.ndo_poll_controller	= net_poll_controller, | 	.ndo_poll_controller	= net_poll_controller, | ||||||
|  |  | ||||||
|  | @ -170,7 +170,7 @@ static const struct net_device_ops mac89x0_netdev_ops = { | ||||||
| 	.ndo_stop		= net_close, | 	.ndo_stop		= net_close, | ||||||
| 	.ndo_start_xmit		= net_send_packet, | 	.ndo_start_xmit		= net_send_packet, | ||||||
| 	.ndo_get_stats		= net_get_stats, | 	.ndo_get_stats		= net_get_stats, | ||||||
| 	.ndo_set_multicast_list	= set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= set_mac_address, | 	.ndo_set_mac_address	= set_mac_address, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -100,7 +100,7 @@ static const struct net_device_ops mace_netdev_ops = { | ||||||
| 	.ndo_open		= mace_open, | 	.ndo_open		= mace_open, | ||||||
| 	.ndo_stop		= mace_close, | 	.ndo_stop		= mace_close, | ||||||
| 	.ndo_start_xmit		= mace_xmit_start, | 	.ndo_start_xmit		= mace_xmit_start, | ||||||
| 	.ndo_set_multicast_list	= mace_set_multicast, | 	.ndo_set_rx_mode	= mace_set_multicast, | ||||||
| 	.ndo_set_mac_address	= mace_set_address, | 	.ndo_set_mac_address	= mace_set_address, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -185,7 +185,7 @@ static const struct net_device_ops mace_netdev_ops = { | ||||||
| 	.ndo_stop		= mace_close, | 	.ndo_stop		= mace_close, | ||||||
| 	.ndo_start_xmit		= mace_xmit_start, | 	.ndo_start_xmit		= mace_xmit_start, | ||||||
| 	.ndo_tx_timeout		= mace_tx_timeout, | 	.ndo_tx_timeout		= mace_tx_timeout, | ||||||
| 	.ndo_set_multicast_list	= mace_set_multicast, | 	.ndo_set_rx_mode	= mace_set_multicast, | ||||||
| 	.ndo_set_mac_address	= mace_set_address, | 	.ndo_set_mac_address	= mace_set_address, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -2600,7 +2600,7 @@ static const struct net_device_ops atl1c_netdev_ops = { | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_start_xmit		= atl1c_xmit_frame, | 	.ndo_start_xmit		= atl1c_xmit_frame, | ||||||
| 	.ndo_set_mac_address	= atl1c_set_mac_addr, | 	.ndo_set_mac_address	= atl1c_set_mac_addr, | ||||||
| 	.ndo_set_multicast_list = atl1c_set_multi, | 	.ndo_set_rx_mode	= atl1c_set_multi, | ||||||
| 	.ndo_change_mtu		= atl1c_change_mtu, | 	.ndo_change_mtu		= atl1c_change_mtu, | ||||||
| 	.ndo_fix_features	= atl1c_fix_features, | 	.ndo_fix_features	= atl1c_fix_features, | ||||||
| 	.ndo_set_features	= atl1c_set_features, | 	.ndo_set_features	= atl1c_set_features, | ||||||
|  |  | ||||||
|  | @ -2212,7 +2212,7 @@ static const struct net_device_ops atl1e_netdev_ops = { | ||||||
| 	.ndo_stop		= atl1e_close, | 	.ndo_stop		= atl1e_close, | ||||||
| 	.ndo_start_xmit		= atl1e_xmit_frame, | 	.ndo_start_xmit		= atl1e_xmit_frame, | ||||||
| 	.ndo_get_stats		= atl1e_get_stats, | 	.ndo_get_stats		= atl1e_get_stats, | ||||||
| 	.ndo_set_multicast_list	= atl1e_set_multi, | 	.ndo_set_rx_mode	= atl1e_set_multi, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= atl1e_set_mac_addr, | 	.ndo_set_mac_address	= atl1e_set_mac_addr, | ||||||
| 	.ndo_fix_features	= atl1e_fix_features, | 	.ndo_fix_features	= atl1e_fix_features, | ||||||
|  |  | ||||||
|  | @ -2869,7 +2869,7 @@ static const struct net_device_ops atl1_netdev_ops = { | ||||||
| 	.ndo_open		= atl1_open, | 	.ndo_open		= atl1_open, | ||||||
| 	.ndo_stop		= atl1_close, | 	.ndo_stop		= atl1_close, | ||||||
| 	.ndo_start_xmit		= atl1_xmit_frame, | 	.ndo_start_xmit		= atl1_xmit_frame, | ||||||
| 	.ndo_set_multicast_list	= atlx_set_multi, | 	.ndo_set_rx_mode	= atlx_set_multi, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= atl1_set_mac, | 	.ndo_set_mac_address	= atl1_set_mac, | ||||||
| 	.ndo_change_mtu		= atl1_change_mtu, | 	.ndo_change_mtu		= atl1_change_mtu, | ||||||
|  |  | ||||||
|  | @ -1325,7 +1325,7 @@ static const struct net_device_ops atl2_netdev_ops = { | ||||||
| 	.ndo_open		= atl2_open, | 	.ndo_open		= atl2_open, | ||||||
| 	.ndo_stop		= atl2_close, | 	.ndo_stop		= atl2_close, | ||||||
| 	.ndo_start_xmit		= atl2_xmit_frame, | 	.ndo_start_xmit		= atl2_xmit_frame, | ||||||
| 	.ndo_set_multicast_list	= atl2_set_multi, | 	.ndo_set_rx_mode	= atl2_set_multi, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= atl2_set_mac, | 	.ndo_set_mac_address	= atl2_set_mac, | ||||||
| 	.ndo_change_mtu		= atl2_change_mtu, | 	.ndo_change_mtu		= atl2_change_mtu, | ||||||
|  |  | ||||||
|  | @ -2114,7 +2114,7 @@ static const struct net_device_ops b44_netdev_ops = { | ||||||
| 	.ndo_stop		= b44_close, | 	.ndo_stop		= b44_close, | ||||||
| 	.ndo_start_xmit		= b44_start_xmit, | 	.ndo_start_xmit		= b44_start_xmit, | ||||||
| 	.ndo_get_stats		= b44_get_stats, | 	.ndo_get_stats		= b44_get_stats, | ||||||
| 	.ndo_set_multicast_list = b44_set_rx_mode, | 	.ndo_set_rx_mode	= b44_set_rx_mode, | ||||||
| 	.ndo_set_mac_address	= b44_set_mac_addr, | 	.ndo_set_mac_address	= b44_set_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_do_ioctl		= b44_ioctl, | 	.ndo_do_ioctl		= b44_ioctl, | ||||||
|  |  | ||||||
|  | @ -1603,7 +1603,7 @@ static const struct net_device_ops bcm_enet_ops = { | ||||||
| 	.ndo_stop		= bcm_enet_stop, | 	.ndo_stop		= bcm_enet_stop, | ||||||
| 	.ndo_start_xmit		= bcm_enet_start_xmit, | 	.ndo_start_xmit		= bcm_enet_start_xmit, | ||||||
| 	.ndo_set_mac_address	= bcm_enet_set_mac_address, | 	.ndo_set_mac_address	= bcm_enet_set_mac_address, | ||||||
| 	.ndo_set_multicast_list = bcm_enet_set_multicast_list, | 	.ndo_set_rx_mode	= bcm_enet_set_multicast_list, | ||||||
| 	.ndo_do_ioctl		= bcm_enet_ioctl, | 	.ndo_do_ioctl		= bcm_enet_ioctl, | ||||||
| 	.ndo_change_mtu		= bcm_enet_change_mtu, | 	.ndo_change_mtu		= bcm_enet_change_mtu, | ||||||
| #ifdef CONFIG_NET_POLL_CONTROLLER | #ifdef CONFIG_NET_POLL_CONTROLLER | ||||||
|  |  | ||||||
|  | @ -2176,7 +2176,7 @@ static const struct net_device_ops sbmac_netdev_ops = { | ||||||
| 	.ndo_open		= sbmac_open, | 	.ndo_open		= sbmac_open, | ||||||
| 	.ndo_stop		= sbmac_close, | 	.ndo_stop		= sbmac_close, | ||||||
| 	.ndo_start_xmit		= sbmac_start_tx, | 	.ndo_start_xmit		= sbmac_start_tx, | ||||||
| 	.ndo_set_multicast_list	= sbmac_set_rx_mode, | 	.ndo_set_rx_mode	= sbmac_set_rx_mode, | ||||||
| 	.ndo_tx_timeout		= sbmac_tx_timeout, | 	.ndo_tx_timeout		= sbmac_tx_timeout, | ||||||
| 	.ndo_do_ioctl		= sbmac_mii_ioctl, | 	.ndo_do_ioctl		= sbmac_mii_ioctl, | ||||||
| 	.ndo_change_mtu		= sb1250_change_mtu, | 	.ndo_change_mtu		= sb1250_change_mtu, | ||||||
|  |  | ||||||
|  | @ -15177,7 +15177,7 @@ static const struct net_device_ops tg3_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= tg3_start_xmit, | 	.ndo_start_xmit		= tg3_start_xmit, | ||||||
| 	.ndo_get_stats64	= tg3_get_stats64, | 	.ndo_get_stats64	= tg3_get_stats64, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_multicast_list	= tg3_set_rx_mode, | 	.ndo_set_rx_mode	= tg3_set_rx_mode, | ||||||
| 	.ndo_set_mac_address	= tg3_set_mac_addr, | 	.ndo_set_mac_address	= tg3_set_mac_addr, | ||||||
| 	.ndo_do_ioctl		= tg3_ioctl, | 	.ndo_do_ioctl		= tg3_ioctl, | ||||||
| 	.ndo_tx_timeout		= tg3_tx_timeout, | 	.ndo_tx_timeout		= tg3_tx_timeout, | ||||||
|  |  | ||||||
|  | @ -2957,7 +2957,6 @@ static const struct net_device_ops bnad_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= bnad_start_xmit, | 	.ndo_start_xmit		= bnad_start_xmit, | ||||||
| 	.ndo_get_stats64		= bnad_get_stats64, | 	.ndo_get_stats64		= bnad_get_stats64, | ||||||
| 	.ndo_set_rx_mode	= bnad_set_rx_mode, | 	.ndo_set_rx_mode	= bnad_set_rx_mode, | ||||||
| 	.ndo_set_multicast_list = bnad_set_rx_mode, |  | ||||||
| 	.ndo_validate_addr      = eth_validate_addr, | 	.ndo_validate_addr      = eth_validate_addr, | ||||||
| 	.ndo_set_mac_address    = bnad_set_mac_address, | 	.ndo_set_mac_address    = bnad_set_mac_address, | ||||||
| 	.ndo_change_mtu		= bnad_change_mtu, | 	.ndo_change_mtu		= bnad_change_mtu, | ||||||
|  |  | ||||||
|  | @ -968,7 +968,7 @@ static const struct net_device_ops at91ether_netdev_ops = { | ||||||
| 	.ndo_stop		= at91ether_close, | 	.ndo_stop		= at91ether_close, | ||||||
| 	.ndo_start_xmit		= at91ether_start_xmit, | 	.ndo_start_xmit		= at91ether_start_xmit, | ||||||
| 	.ndo_get_stats		= at91ether_stats, | 	.ndo_get_stats		= at91ether_stats, | ||||||
| 	.ndo_set_multicast_list	= at91ether_set_multicast_list, | 	.ndo_set_rx_mode	= at91ether_set_multicast_list, | ||||||
| 	.ndo_set_mac_address	= set_mac_address, | 	.ndo_set_mac_address	= set_mac_address, | ||||||
| 	.ndo_do_ioctl		= at91ether_ioctl, | 	.ndo_do_ioctl		= at91ether_ioctl, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1106,7 +1106,7 @@ static const struct net_device_ops macb_netdev_ops = { | ||||||
| 	.ndo_open		= macb_open, | 	.ndo_open		= macb_open, | ||||||
| 	.ndo_stop		= macb_close, | 	.ndo_stop		= macb_close, | ||||||
| 	.ndo_start_xmit		= macb_start_xmit, | 	.ndo_start_xmit		= macb_start_xmit, | ||||||
| 	.ndo_set_multicast_list	= macb_set_rx_mode, | 	.ndo_set_rx_mode	= macb_set_rx_mode, | ||||||
| 	.ndo_get_stats		= macb_get_stats, | 	.ndo_get_stats		= macb_get_stats, | ||||||
| 	.ndo_do_ioctl		= macb_ioctl, | 	.ndo_do_ioctl		= macb_ioctl, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -964,7 +964,7 @@ static const struct net_device_ops cxgb_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= t1_start_xmit, | 	.ndo_start_xmit		= t1_start_xmit, | ||||||
| 	.ndo_get_stats		= t1_get_stats, | 	.ndo_get_stats		= t1_get_stats, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_multicast_list	= t1_set_rxmode, | 	.ndo_set_rx_mode	= t1_set_rxmode, | ||||||
| 	.ndo_do_ioctl		= t1_ioctl, | 	.ndo_do_ioctl		= t1_ioctl, | ||||||
| 	.ndo_change_mtu		= t1_change_mtu, | 	.ndo_change_mtu		= t1_change_mtu, | ||||||
| 	.ndo_set_mac_address	= t1_set_mac_addr, | 	.ndo_set_mac_address	= t1_set_mac_addr, | ||||||
|  |  | ||||||
|  | @ -3153,7 +3153,7 @@ static const struct net_device_ops cxgb_netdev_ops = { | ||||||
| 	.ndo_start_xmit		= t3_eth_xmit, | 	.ndo_start_xmit		= t3_eth_xmit, | ||||||
| 	.ndo_get_stats		= cxgb_get_stats, | 	.ndo_get_stats		= cxgb_get_stats, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_multicast_list	= cxgb_set_rxmode, | 	.ndo_set_rx_mode	= cxgb_set_rxmode, | ||||||
| 	.ndo_do_ioctl		= cxgb_ioctl, | 	.ndo_do_ioctl		= cxgb_ioctl, | ||||||
| 	.ndo_change_mtu		= cxgb_change_mtu, | 	.ndo_change_mtu		= cxgb_change_mtu, | ||||||
| 	.ndo_set_mac_address	= cxgb_set_mac_addr, | 	.ndo_set_mac_address	= cxgb_set_mac_addr, | ||||||
|  |  | ||||||
|  | @ -2104,7 +2104,6 @@ static const struct net_device_ops enic_netdev_dynamic_ops = { | ||||||
| 	.ndo_get_stats64	= enic_get_stats, | 	.ndo_get_stats64	= enic_get_stats, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_rx_mode	= enic_set_rx_mode, | 	.ndo_set_rx_mode	= enic_set_rx_mode, | ||||||
| 	.ndo_set_multicast_list	= enic_set_rx_mode, |  | ||||||
| 	.ndo_set_mac_address	= enic_set_mac_address_dynamic, | 	.ndo_set_mac_address	= enic_set_mac_address_dynamic, | ||||||
| 	.ndo_change_mtu		= enic_change_mtu, | 	.ndo_change_mtu		= enic_change_mtu, | ||||||
| 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | ||||||
|  | @ -2126,7 +2125,6 @@ static const struct net_device_ops enic_netdev_ops = { | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= enic_set_mac_address, | 	.ndo_set_mac_address	= enic_set_mac_address, | ||||||
| 	.ndo_set_rx_mode	= enic_set_rx_mode, | 	.ndo_set_rx_mode	= enic_set_rx_mode, | ||||||
| 	.ndo_set_multicast_list	= enic_set_rx_mode, |  | ||||||
| 	.ndo_change_mtu		= enic_change_mtu, | 	.ndo_change_mtu		= enic_change_mtu, | ||||||
| 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | 	.ndo_vlan_rx_add_vid	= enic_vlan_rx_add_vid, | ||||||
| 	.ndo_vlan_rx_kill_vid	= enic_vlan_rx_kill_vid, | 	.ndo_vlan_rx_kill_vid	= enic_vlan_rx_kill_vid, | ||||||
|  |  | ||||||
|  | @ -1339,7 +1339,7 @@ static const struct net_device_ops dm9000_netdev_ops = { | ||||||
| 	.ndo_stop		= dm9000_stop, | 	.ndo_stop		= dm9000_stop, | ||||||
| 	.ndo_start_xmit		= dm9000_start_xmit, | 	.ndo_start_xmit		= dm9000_start_xmit, | ||||||
| 	.ndo_tx_timeout		= dm9000_timeout, | 	.ndo_tx_timeout		= dm9000_timeout, | ||||||
| 	.ndo_set_multicast_list	= dm9000_hash_table, | 	.ndo_set_rx_mode	= dm9000_hash_table, | ||||||
| 	.ndo_do_ioctl		= dm9000_ioctl, | 	.ndo_do_ioctl		= dm9000_ioctl, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_features	= dm9000_set_features, | 	.ndo_set_features	= dm9000_set_features, | ||||||
|  |  | ||||||
|  | @ -393,7 +393,7 @@ static const struct net_device_ops ewrk3_netdev_ops = { | ||||||
| 	.ndo_open		= ewrk3_open, | 	.ndo_open		= ewrk3_open, | ||||||
| 	.ndo_start_xmit		= ewrk3_queue_pkt, | 	.ndo_start_xmit		= ewrk3_queue_pkt, | ||||||
| 	.ndo_stop		= ewrk3_close, | 	.ndo_stop		= ewrk3_close, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_do_ioctl		= ewrk3_ioctl, | 	.ndo_do_ioctl		= ewrk3_ioctl, | ||||||
| 	.ndo_tx_timeout		= ewrk3_timeout, | 	.ndo_tx_timeout		= ewrk3_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -1956,7 +1956,7 @@ bad_srom: | ||||||
| static const struct net_device_ops de_netdev_ops = { | static const struct net_device_ops de_netdev_ops = { | ||||||
| 	.ndo_open		= de_open, | 	.ndo_open		= de_open, | ||||||
| 	.ndo_stop		= de_close, | 	.ndo_stop		= de_close, | ||||||
| 	.ndo_set_multicast_list = de_set_rx_mode, | 	.ndo_set_rx_mode	= de_set_rx_mode, | ||||||
| 	.ndo_start_xmit		= de_start_xmit, | 	.ndo_start_xmit		= de_start_xmit, | ||||||
| 	.ndo_get_stats		= de_get_stats, | 	.ndo_get_stats		= de_get_stats, | ||||||
| 	.ndo_tx_timeout 	= de_tx_timeout, | 	.ndo_tx_timeout 	= de_tx_timeout, | ||||||
|  |  | ||||||
|  | @ -1084,7 +1084,7 @@ static const struct net_device_ops de4x5_netdev_ops = { | ||||||
|     .ndo_stop		= de4x5_close, |     .ndo_stop		= de4x5_close, | ||||||
|     .ndo_start_xmit	= de4x5_queue_pkt, |     .ndo_start_xmit	= de4x5_queue_pkt, | ||||||
|     .ndo_get_stats	= de4x5_get_stats, |     .ndo_get_stats	= de4x5_get_stats, | ||||||
|     .ndo_set_multicast_list = set_multicast_list, |     .ndo_set_rx_mode	= set_multicast_list, | ||||||
|     .ndo_do_ioctl	= de4x5_ioctl, |     .ndo_do_ioctl	= de4x5_ioctl, | ||||||
|     .ndo_change_mtu	= eth_change_mtu, |     .ndo_change_mtu	= eth_change_mtu, | ||||||
|     .ndo_set_mac_address= eth_mac_addr, |     .ndo_set_mac_address= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -356,7 +356,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_open 		= dmfe_open, | 	.ndo_open 		= dmfe_open, | ||||||
| 	.ndo_stop		= dmfe_stop, | 	.ndo_stop		= dmfe_stop, | ||||||
| 	.ndo_start_xmit		= dmfe_start_xmit, | 	.ndo_start_xmit		= dmfe_start_xmit, | ||||||
| 	.ndo_set_multicast_list = dmfe_set_filter_mode, | 	.ndo_set_rx_mode	= dmfe_set_filter_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -1291,7 +1291,7 @@ static const struct net_device_ops tulip_netdev_ops = { | ||||||
| 	.ndo_stop		= tulip_close, | 	.ndo_stop		= tulip_close, | ||||||
| 	.ndo_get_stats		= tulip_get_stats, | 	.ndo_get_stats		= tulip_get_stats, | ||||||
| 	.ndo_do_ioctl 		= private_ioctl, | 	.ndo_do_ioctl 		= private_ioctl, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -259,7 +259,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_open		= uli526x_open, | 	.ndo_open		= uli526x_open, | ||||||
| 	.ndo_stop		= uli526x_stop, | 	.ndo_stop		= uli526x_stop, | ||||||
| 	.ndo_start_xmit		= uli526x_start_xmit, | 	.ndo_start_xmit		= uli526x_start_xmit, | ||||||
| 	.ndo_set_multicast_list = uli526x_set_filter_mode, | 	.ndo_set_rx_mode	= uli526x_set_filter_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -350,7 +350,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_stop		= netdev_close, | 	.ndo_stop		= netdev_close, | ||||||
| 	.ndo_start_xmit		= start_tx, | 	.ndo_start_xmit		= start_tx, | ||||||
| 	.ndo_get_stats		= get_stats, | 	.ndo_get_stats		= get_stats, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_do_ioctl		= netdev_ioctl, | 	.ndo_do_ioctl		= netdev_ioctl, | ||||||
| 	.ndo_tx_timeout		= tx_timeout, | 	.ndo_tx_timeout		= tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -767,7 +767,7 @@ static const struct net_device_ops de620_netdev_ops = { | ||||||
| 	.ndo_stop 		= de620_close, | 	.ndo_stop 		= de620_close, | ||||||
| 	.ndo_start_xmit 	= de620_start_xmit, | 	.ndo_start_xmit 	= de620_start_xmit, | ||||||
| 	.ndo_tx_timeout 	= de620_timeout, | 	.ndo_tx_timeout 	= de620_timeout, | ||||||
| 	.ndo_set_multicast_list = de620_set_multicast_list, | 	.ndo_set_rx_mode	= de620_set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -92,7 +92,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_get_stats		= get_stats, | 	.ndo_get_stats		= get_stats, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_set_multicast_list = set_multicast, | 	.ndo_set_rx_mode	= set_multicast, | ||||||
| 	.ndo_do_ioctl		= rio_ioctl, | 	.ndo_do_ioctl		= rio_ioctl, | ||||||
| 	.ndo_tx_timeout		= rio_tx_timeout, | 	.ndo_tx_timeout		= rio_tx_timeout, | ||||||
| 	.ndo_change_mtu		= change_mtu, | 	.ndo_change_mtu		= change_mtu, | ||||||
|  |  | ||||||
|  | @ -464,7 +464,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_stop		= netdev_close, | 	.ndo_stop		= netdev_close, | ||||||
| 	.ndo_start_xmit		= start_tx, | 	.ndo_start_xmit		= start_tx, | ||||||
| 	.ndo_get_stats 		= get_stats, | 	.ndo_get_stats 		= get_stats, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_do_ioctl 		= netdev_ioctl, | 	.ndo_do_ioctl 		= netdev_ioctl, | ||||||
| 	.ndo_tx_timeout		= tx_timeout, | 	.ndo_tx_timeout		= tx_timeout, | ||||||
| 	.ndo_change_mtu		= change_mtu, | 	.ndo_change_mtu		= change_mtu, | ||||||
|  |  | ||||||
|  | @ -888,7 +888,7 @@ static const struct net_device_ops ethoc_netdev_ops = { | ||||||
| 	.ndo_do_ioctl = ethoc_ioctl, | 	.ndo_do_ioctl = ethoc_ioctl, | ||||||
| 	.ndo_set_config = ethoc_config, | 	.ndo_set_config = ethoc_config, | ||||||
| 	.ndo_set_mac_address = ethoc_set_mac_address, | 	.ndo_set_mac_address = ethoc_set_mac_address, | ||||||
| 	.ndo_set_multicast_list = ethoc_set_multicast_list, | 	.ndo_set_rx_mode = ethoc_set_multicast_list, | ||||||
| 	.ndo_change_mtu = ethoc_change_mtu, | 	.ndo_change_mtu = ethoc_change_mtu, | ||||||
| 	.ndo_tx_timeout = ethoc_tx_timeout, | 	.ndo_tx_timeout = ethoc_tx_timeout, | ||||||
| 	.ndo_start_xmit = ethoc_start_xmit, | 	.ndo_start_xmit = ethoc_start_xmit, | ||||||
|  |  | ||||||
|  | @ -469,7 +469,7 @@ static const struct net_device_ops netdev_ops = { | ||||||
| 	.ndo_stop		= netdev_close, | 	.ndo_stop		= netdev_close, | ||||||
| 	.ndo_start_xmit		= start_tx, | 	.ndo_start_xmit		= start_tx, | ||||||
| 	.ndo_get_stats 		= get_stats, | 	.ndo_get_stats 		= get_stats, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_do_ioctl		= mii_ioctl, | 	.ndo_do_ioctl		= mii_ioctl, | ||||||
| 	.ndo_tx_timeout		= fealnx_tx_timeout, | 	.ndo_tx_timeout		= fealnx_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
|  |  | ||||||
|  | @ -1325,7 +1325,7 @@ static const struct net_device_ops fec_netdev_ops = { | ||||||
| 	.ndo_open		= fec_enet_open, | 	.ndo_open		= fec_enet_open, | ||||||
| 	.ndo_stop		= fec_enet_close, | 	.ndo_stop		= fec_enet_close, | ||||||
| 	.ndo_start_xmit		= fec_enet_start_xmit, | 	.ndo_start_xmit		= fec_enet_start_xmit, | ||||||
| 	.ndo_set_multicast_list = set_multicast_list, | 	.ndo_set_rx_mode	= set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_tx_timeout		= fec_timeout, | 	.ndo_tx_timeout		= fec_timeout, | ||||||
|  |  | ||||||
|  | @ -828,7 +828,7 @@ static const struct net_device_ops mpc52xx_fec_netdev_ops = { | ||||||
| 	.ndo_open = mpc52xx_fec_open, | 	.ndo_open = mpc52xx_fec_open, | ||||||
| 	.ndo_stop = mpc52xx_fec_close, | 	.ndo_stop = mpc52xx_fec_close, | ||||||
| 	.ndo_start_xmit = mpc52xx_fec_start_xmit, | 	.ndo_start_xmit = mpc52xx_fec_start_xmit, | ||||||
| 	.ndo_set_multicast_list = mpc52xx_fec_set_multicast_list, | 	.ndo_set_rx_mode = mpc52xx_fec_set_multicast_list, | ||||||
| 	.ndo_set_mac_address = mpc52xx_fec_set_mac_address, | 	.ndo_set_mac_address = mpc52xx_fec_set_mac_address, | ||||||
| 	.ndo_validate_addr = eth_validate_addr, | 	.ndo_validate_addr = eth_validate_addr, | ||||||
| 	.ndo_do_ioctl = mpc52xx_fec_ioctl, | 	.ndo_do_ioctl = mpc52xx_fec_ioctl, | ||||||
|  |  | ||||||
|  | @ -988,7 +988,7 @@ static const struct net_device_ops fs_enet_netdev_ops = { | ||||||
| 	.ndo_get_stats		= fs_enet_get_stats, | 	.ndo_get_stats		= fs_enet_get_stats, | ||||||
| 	.ndo_start_xmit		= fs_enet_start_xmit, | 	.ndo_start_xmit		= fs_enet_start_xmit, | ||||||
| 	.ndo_tx_timeout		= fs_timeout, | 	.ndo_tx_timeout		= fs_timeout, | ||||||
| 	.ndo_set_multicast_list	= fs_set_multicast_list, | 	.ndo_set_rx_mode	= fs_set_multicast_list, | ||||||
| 	.ndo_do_ioctl		= fs_ioctl, | 	.ndo_do_ioctl		= fs_ioctl, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= eth_mac_addr, | 	.ndo_set_mac_address	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -458,7 +458,7 @@ static const struct net_device_ops gfar_netdev_ops = { | ||||||
| 	.ndo_stop = gfar_close, | 	.ndo_stop = gfar_close, | ||||||
| 	.ndo_change_mtu = gfar_change_mtu, | 	.ndo_change_mtu = gfar_change_mtu, | ||||||
| 	.ndo_set_features = gfar_set_features, | 	.ndo_set_features = gfar_set_features, | ||||||
| 	.ndo_set_multicast_list = gfar_set_multi, | 	.ndo_set_rx_mode = gfar_set_multi, | ||||||
| 	.ndo_tx_timeout = gfar_timeout, | 	.ndo_tx_timeout = gfar_timeout, | ||||||
| 	.ndo_do_ioctl = gfar_ioctl, | 	.ndo_do_ioctl = gfar_ioctl, | ||||||
| 	.ndo_get_stats = gfar_get_stats, | 	.ndo_get_stats = gfar_get_stats, | ||||||
|  |  | ||||||
|  | @ -3731,7 +3731,7 @@ static const struct net_device_ops ucc_geth_netdev_ops = { | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
| 	.ndo_set_mac_address	= ucc_geth_set_mac_addr, | 	.ndo_set_mac_address	= ucc_geth_set_mac_addr, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_multicast_list	= ucc_geth_set_multi, | 	.ndo_set_rx_mode	= ucc_geth_set_multi, | ||||||
| 	.ndo_tx_timeout		= ucc_geth_timeout, | 	.ndo_tx_timeout		= ucc_geth_timeout, | ||||||
| 	.ndo_do_ioctl		= ucc_geth_ioctl, | 	.ndo_do_ioctl		= ucc_geth_ioctl, | ||||||
| #ifdef CONFIG_NET_POLL_CONTROLLER | #ifdef CONFIG_NET_POLL_CONTROLLER | ||||||
|  |  | ||||||
|  | @ -253,7 +253,7 @@ static const struct net_device_ops at1700_netdev_ops = { | ||||||
| 	.ndo_open		= net_open, | 	.ndo_open		= net_open, | ||||||
| 	.ndo_stop		= net_close, | 	.ndo_stop		= net_close, | ||||||
| 	.ndo_start_xmit 	= net_send_packet, | 	.ndo_start_xmit 	= net_send_packet, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_tx_timeout 	= net_tx_timeout, | 	.ndo_tx_timeout 	= net_tx_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -478,7 +478,7 @@ static const struct net_device_ops eth16i_netdev_ops = { | ||||||
| 	.ndo_open               = eth16i_open, | 	.ndo_open               = eth16i_open, | ||||||
| 	.ndo_stop               = eth16i_close, | 	.ndo_stop               = eth16i_close, | ||||||
| 	.ndo_start_xmit    	= eth16i_tx, | 	.ndo_start_xmit    	= eth16i_tx, | ||||||
| 	.ndo_set_multicast_list = eth16i_multicast, | 	.ndo_set_rx_mode	= eth16i_multicast, | ||||||
| 	.ndo_tx_timeout 	= eth16i_timeout, | 	.ndo_tx_timeout 	= eth16i_timeout, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
|  |  | ||||||
|  | @ -226,7 +226,7 @@ static const struct net_device_ops fjn_netdev_ops = { | ||||||
| 	.ndo_start_xmit 	= fjn_start_xmit, | 	.ndo_start_xmit 	= fjn_start_xmit, | ||||||
| 	.ndo_tx_timeout 	= fjn_tx_timeout, | 	.ndo_tx_timeout 	= fjn_tx_timeout, | ||||||
| 	.ndo_set_config 	= fjn_config, | 	.ndo_set_config 	= fjn_config, | ||||||
| 	.ndo_set_multicast_list = set_rx_mode, | 	.ndo_set_rx_mode	= set_rx_mode, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
|  | @ -430,7 +430,7 @@ static const struct net_device_ops hp100_bm_netdev_ops = { | ||||||
| 	.ndo_stop		= hp100_close, | 	.ndo_stop		= hp100_close, | ||||||
| 	.ndo_start_xmit		= hp100_start_xmit_bm, | 	.ndo_start_xmit		= hp100_start_xmit_bm, | ||||||
| 	.ndo_get_stats 		= hp100_get_stats, | 	.ndo_get_stats 		= hp100_get_stats, | ||||||
| 	.ndo_set_multicast_list = hp100_set_multicast_list, | 	.ndo_set_rx_mode	= hp100_set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  | @ -441,7 +441,7 @@ static const struct net_device_ops hp100_netdev_ops = { | ||||||
| 	.ndo_stop		= hp100_close, | 	.ndo_stop		= hp100_close, | ||||||
| 	.ndo_start_xmit		= hp100_start_xmit, | 	.ndo_start_xmit		= hp100_start_xmit, | ||||||
| 	.ndo_get_stats 		= hp100_get_stats, | 	.ndo_get_stats 		= hp100_get_stats, | ||||||
| 	.ndo_set_multicast_list = hp100_set_multicast_list, | 	.ndo_set_rx_mode	= hp100_set_multicast_list, | ||||||
| 	.ndo_change_mtu		= eth_change_mtu, | 	.ndo_change_mtu		= eth_change_mtu, | ||||||
| 	.ndo_set_mac_address 	= eth_mac_addr, | 	.ndo_set_mac_address 	= eth_mac_addr, | ||||||
| 	.ndo_validate_addr	= eth_validate_addr, | 	.ndo_validate_addr	= eth_validate_addr, | ||||||
|  |  | ||||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jiri Pirko
				Jiri Pirko