···1595static int emac_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)1596{1597 struct ocp_enet_private *fep = dev->priv;1598- uint *data = (uint *) & rq->ifr_ifru;15991600 switch (cmd) {1601 case SIOCGMIIPHY:
···1595static int emac_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)1596{1597 struct ocp_enet_private *fep = dev->priv;1598+ uint16_t *data = (uint16_t *) & rq->ifr_ifru;15991600 switch (cmd) {1601 case SIOCGMIIPHY:
+1-1
drivers/net/tulip/tulip_core.c
···1104 if (entry != 0) {1105 /* Avoid a chip errata by prefixing a dummy entry. Don't do1106 this on the ULI526X as it triggers a different problem */1107- if (!(tp->chip_id == ULI526X && (tp->revision = 0x40 || tp->revision == 0x50))) {1108 tp->tx_buffers[entry].skb = NULL;1109 tp->tx_buffers[entry].mapping = 0;1110 tp->tx_ring[entry].length =
···1104 if (entry != 0) {1105 /* Avoid a chip errata by prefixing a dummy entry. Don't do1106 this on the ULI526X as it triggers a different problem */1107+ if (!(tp->chip_id == ULI526X && (tp->revision == 0x40 || tp->revision == 0x50))) {1108 tp->tx_buffers[entry].skb = NULL;1109 tp->tx_buffers[entry].mapping = 0;1110 tp->tx_ring[entry].length =
+1-1
drivers/net/wireless/Kconfig
···323 For a complete list of supported cards visit <http://prism54.org>.324 Here is the latest confirmed list of supported cards:325326- 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72327 Allnet ALL0271 PCI Card328 Compex WL54G Cardbus Card329 Corega CG-WLCB54GT Cardbus Card
···323 For a complete list of supported cards visit <http://prism54.org>.324 Here is the latest confirmed list of supported cards:325326+ 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1)327 Allnet ALL0271 PCI Card328 Compex WL54G Cardbus Card329 Corega CG-WLCB54GT Cardbus Card