smsc95xx.c (c369898759e0e143a513d022121290370f001d01) | smsc95xx.c (c8b5d129ee293bcf972e7279ac996bb8a138505c) |
---|---|
1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2008 SMSC 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1234 unchanged lines hidden (view full) --- 1243} 1244 1245static const struct net_device_ops smsc95xx_netdev_ops = { 1246 .ndo_open = usbnet_open, 1247 .ndo_stop = usbnet_stop, 1248 .ndo_start_xmit = usbnet_start_xmit, 1249 .ndo_tx_timeout = usbnet_tx_timeout, 1250 .ndo_change_mtu = usbnet_change_mtu, | 1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2008 SMSC 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1234 unchanged lines hidden (view full) --- 1243} 1244 1245static const struct net_device_ops smsc95xx_netdev_ops = { 1246 .ndo_open = usbnet_open, 1247 .ndo_stop = usbnet_stop, 1248 .ndo_start_xmit = usbnet_start_xmit, 1249 .ndo_tx_timeout = usbnet_tx_timeout, 1250 .ndo_change_mtu = usbnet_change_mtu, |
1251 .ndo_get_stats64 = usbnet_get_stats64, |
|
1251 .ndo_set_mac_address = eth_mac_addr, 1252 .ndo_validate_addr = eth_validate_addr, 1253 .ndo_do_ioctl = smsc95xx_ioctl, 1254 .ndo_set_rx_mode = smsc95xx_set_multicast, 1255 .ndo_set_features = smsc95xx_set_features, 1256}; 1257 1258static int smsc95xx_bind(struct usbnet *dev, struct usb_interface *intf) --- 935 unchanged lines hidden --- | 1252 .ndo_set_mac_address = eth_mac_addr, 1253 .ndo_validate_addr = eth_validate_addr, 1254 .ndo_do_ioctl = smsc95xx_ioctl, 1255 .ndo_set_rx_mode = smsc95xx_set_multicast, 1256 .ndo_set_features = smsc95xx_set_features, 1257}; 1258 1259static int smsc95xx_bind(struct usbnet *dev, struct usb_interface *intf) --- 935 unchanged lines hidden --- |