Re: [PATCH] d80211: fix softlockup in hw_scan card when rmmod

2006-12-20 Thread Jiri Benc
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

[PATCH] d80211: fix softlockup in hw_scan card when rmmod

2006-12-19 Thread Hong Liu
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