kernel-fxtec-pro1x/drivers/net/wimax/i2400m
Tejun Heo 781ba45676 i2400m: drop i2400m_schedule_work()
i2400m implements dynamic work allocation and queueing mechanism in
i2400_schedule_work(); however, this is only used for reset and
recovery which can be served equally well with preallocated per device
works.

Replace i2400m_schedule_work() with two work structs in struct i2400m.
These works are explicitly canceled when the device is released making
calls to flush_scheduled_work(), which is being deprecated,
unnecessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Cc: linux-wimax@intel.com
Cc: netdev@vger.kernel.org
2010-12-12 16:45:14 +01:00
..
control.c
debug-levels.h
debugfs.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
driver.c i2400m: drop i2400m_schedule_work() 2010-12-12 16:45:14 +01:00
fw.c
i2400m-sdio.h
i2400m-usb.h
i2400m.h i2400m: drop i2400m_schedule_work() 2010-12-12 16:45:14 +01:00
Kconfig
Makefile
netdev.c
op-rfkill.c
rx.c
sdio-debug-levels.h
sdio-fw.c
sdio-rx.c
sdio-tx.c
sdio.c i2400m: drop i2400m_schedule_work() 2010-12-12 16:45:14 +01:00
sysfs.c
tx.c
usb-debug-levels.h
usb-fw.c
usb-notif.c
usb-rx.c
usb-tx.c
usb.c i2400m: drop i2400m_schedule_work() 2010-12-12 16:45:14 +01:00