From: Inaky Perez-Gonzalez Date: Wed, 16 Sep 2009 23:30:39 +0000 (-0700) Subject: wimax/i2400m: on device stop, clean up pending wake & TX work X-Git-Tag: v2.6.33-rc1~388^2~487^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac53aed9349242095a780f57ac0c995fb170c950;p=pandora-kernel.git wimax/i2400m: on device stop, clean up pending wake & TX work When the i2400m device needs to wake up an idle WiMAX connection, it schedules a workqueue job to do it. Currently, only when the network stack called the _stop() method this work struct was being cancelled. This has to be done every time the device is stopped. So add a call in i2400m_dev_stop() to take care of such cleanup, which is now wrapped in i2400m_net_wake_stop(). Signed-off-by: Inaky Perez-Gonzalez --- Reading git-diff-tree failed