linux/drivers/firewire
Stefan Richter b01b4babbf firewire: net: fix card driver reloading
Fix some problems from "firewire: net: allow for unordered unit
discovery":
  - fwnet_remove was missing a list_del, causing fwnet_probe to crash if
    called after fwnet_remove, e.g. if firewire-ohci was unloaded and
    reloaded.
  - fwnet_probe should set its new_netdev flag only if it actually
    allocated a net_device.
  - Use dev_set_drvdata and dev_get_drvdata instead of deprecated direct
    access to device.driver_data.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2009-06-16 22:48:09 +02:00
..
core-card.c firewire: core: fix iso context shutdown on card removal 2009-06-16 22:48:09 +02:00
core-cdev.c firewire: core: include linux/uaccess.h instead of asm/uaccess.h 2009-06-06 21:45:50 +02:00
core-device.c firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met 2009-06-14 11:57:06 +02:00
core-iso.c firewire: core: fix DMA unmapping in iso buffer removal 2009-06-16 22:48:09 +02:00
core-topology.c firewire: rename source files 2009-06-05 16:26:18 +02:00
core-transaction.c firewire: core: use more outbound tlabels 2009-06-14 14:23:42 +02:00
core.h firewire: add IPv4 support 2009-06-14 14:26:28 +02:00
Kconfig firewire: net: add Kconfig item, rename driver 2009-06-14 14:26:29 +02:00
Makefile firewire: net: add Kconfig item, rename driver 2009-06-14 14:26:29 +02:00
net.c firewire: net: fix card driver reloading 2009-06-16 22:48:09 +02:00
ohci.c firewire: rename source files 2009-06-05 16:26:18 +02:00
ohci.h firewire: reorganize header files 2009-06-05 16:26:18 +02:00
sbp2.c firewire: add parent-of-unit accessor 2009-06-06 21:45:50 +02:00