alistair23-linux/drivers/net/wimax/i2400m
Inaky Perez-Gonzalez b4bd07e3b1 wimax/i2400m: don't reset device on i2400m_dev_shutdown()
i2400m_dev_shutdown() tried to reset the device to put it in a known
state before shutting down.

But that turned out to be pointless. We reach this case in two paths:

 1 - when the device resets, to clean up state
 2 - when the driver is unloaded, for the same

however, in both cases it is pointless; in (1) the device is already
reset, why do it again? in (2) we can't -- the USB stack, for example,
doesn't allow communicating with the device when the driver is being
unbound and if the device is disconnected, the device is gone already.

So just remove it. Leave the function as a placeholder for future
cleanups that will be done from data allocated by the driver during
device operation.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-06-11 03:30:22 -07:00
..
control.c wimax/i2400m: don't reset device on i2400m_dev_shutdown() 2009-06-11 03:30:22 -07:00
debug-levels.h wimax/i2400m: allow control of the base-station idle mode timeout 2009-03-02 03:10:25 -08:00
debugfs.c
driver.c wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue 2009-06-11 03:30:19 -07:00
fw.c wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN 2009-06-11 03:30:20 -07:00
i2400m-sdio.h wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type 2009-06-11 03:30:20 -07:00
i2400m-usb.h
i2400m.h wimax/i2400m: introduce module parameter to disable entering power save 2009-06-11 03:30:17 -07:00
Kconfig
Makefile wimax/i2400m: allow control of the base-station idle mode timeout 2009-03-02 03:10:25 -08:00
netdev.c wimax/i2400m: generate fake source MAC address with random_ether_addr() 2009-05-28 18:01:24 -07:00
op-rfkill.c
rx.c wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN 2009-06-11 03:30:20 -07:00
sdio-debug-levels.h
sdio-fw.c
sdio-rx.c
sdio-tx.c
sdio.c wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type 2009-06-11 03:30:20 -07:00
sysfs.c wimax/i2400m: allow control of the base-station idle mode timeout 2009-03-02 03:10:25 -08:00
tx.c wimax/i2400m: fix panic due to missed corner cases on tail_room calculation 2009-06-11 03:30:21 -07:00
usb-debug-levels.h
usb-fw.c
usb-notif.c wimax: struct device - replace bus_id with dev_name(), dev_set_name() 2009-03-02 03:10:26 -08:00
usb-rx.c
usb-tx.c
usb.c wimax/i2400m: usb: fix device reset on autosuspend while not yet idle 2009-05-28 18:02:27 -07:00