On Wed, 20 Dec 2006 14:43:51 +0800, Hong Liu wrote:
> The local->scan_work.data is not clear after scan is completed.
>
> This will cause softlockup when removing driver module because
> the local->scan_work is not initialized for hw_scan card
> and we are trying to cancel the scan_work with an u
The local->scan_work.data is not clear after scan is completed.
This will cause softlockup when removing driver module because
the local->scan_work is not initialized for hw_scan card
and we are trying to cancel the scan_work with an uninitialized timer_list.
Signed-off-by: Hong Liu <[EMAIL PR