"README.md" did not exist on "04fee895ef98ffbb91a941b53a92d6949bb6d1c4"
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
Showing
- drivers/net/wimax/i2400m/driver.c 16 additions, 80 deletionsdrivers/net/wimax/i2400m/driver.c
- drivers/net/wimax/i2400m/i2400m.h 5 additions, 14 deletionsdrivers/net/wimax/i2400m/i2400m.h
- drivers/net/wimax/i2400m/sdio.c 0 additions, 1 deletiondrivers/net/wimax/i2400m/sdio.c
- drivers/net/wimax/i2400m/usb.c 0 additions, 1 deletiondrivers/net/wimax/i2400m/usb.c
Loading
Please register or sign in to comment