mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 23:01:18 +00:00
Commit da3dedd9 ("[NET]: Make NAPI polling independent of struct
net_device objects.") changed the interface to NAPI polling. Fix up
the ibm_emac driver so that it works with this new interface. This is
actually a nice cleanup because ibm_emac is one of the drivers that
wants to have multiple NAPI structures for a single net_device.
Tested with the internal MAC of a PowerPC 440SPe SoC with an AMCC
'Yucca' evaluation board.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
|
||
|---|---|---|
| .. | ||
| ibm_emac_core.c | ||
| ibm_emac_core.h | ||
| ibm_emac_debug.c | ||
| ibm_emac_debug.h | ||
| ibm_emac_mal.c | ||
| ibm_emac_mal.h | ||
| ibm_emac_phy.c | ||
| ibm_emac_phy.h | ||
| ibm_emac_rgmii.c | ||
| ibm_emac_rgmii.h | ||
| ibm_emac_tah.c | ||
| ibm_emac_tah.h | ||
| ibm_emac_zmii.c | ||
| ibm_emac_zmii.h | ||
| ibm_emac.h | ||
| Kconfig | ||
| Makefile | ||