smsc75xx.c (c369898759e0e143a513d022121290370f001d01) | smsc75xx.c (c8b5d129ee293bcf972e7279ac996bb8a138505c) |
---|---|
1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2010 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. --- 1367 unchanged lines hidden (view full) --- 1376 return 0; 1377} 1378 1379static const struct net_device_ops smsc75xx_netdev_ops = { 1380 .ndo_open = usbnet_open, 1381 .ndo_stop = usbnet_stop, 1382 .ndo_start_xmit = usbnet_start_xmit, 1383 .ndo_tx_timeout = usbnet_tx_timeout, | 1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2010 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. --- 1367 unchanged lines hidden (view full) --- 1376 return 0; 1377} 1378 1379static const struct net_device_ops smsc75xx_netdev_ops = { 1380 .ndo_open = usbnet_open, 1381 .ndo_stop = usbnet_stop, 1382 .ndo_start_xmit = usbnet_start_xmit, 1383 .ndo_tx_timeout = usbnet_tx_timeout, |
1384 .ndo_get_stats64 = usbnet_get_stats64, |
|
1384 .ndo_change_mtu = smsc75xx_change_mtu, 1385 .ndo_set_mac_address = eth_mac_addr, 1386 .ndo_validate_addr = eth_validate_addr, 1387 .ndo_do_ioctl = smsc75xx_ioctl, 1388 .ndo_set_rx_mode = smsc75xx_set_multicast, 1389 .ndo_set_features = smsc75xx_set_features, 1390}; 1391 --- 900 unchanged lines hidden --- | 1385 .ndo_change_mtu = smsc75xx_change_mtu, 1386 .ndo_set_mac_address = eth_mac_addr, 1387 .ndo_validate_addr = eth_validate_addr, 1388 .ndo_do_ioctl = smsc75xx_ioctl, 1389 .ndo_set_rx_mode = smsc75xx_set_multicast, 1390 .ndo_set_features = smsc75xx_set_features, 1391}; 1392 --- 900 unchanged lines hidden --- |