···154154 .ndo_stop = arcnet_close,155155 .ndo_start_xmit = arcnet_send_packet,156156 .ndo_tx_timeout = arcnet_timeout,157157- .ndo_set_multicast_list = com20020_set_mc_list,157157+ .ndo_set_rx_mode = com20020_set_mc_list,158158};159159160160/* Set up the struct net_device associated with this card. Called after