Bug 625 - failed to send SCAN_REQUEST_EXT command sometimes
: failed to send SCAN_REQUEST_EXT command sometimes
Status: VERIFIED FIXED
: IPW2200
SSID scan
: 1.0.2
: All All
: P2 normal
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-04-06 00:33 by
Modified: 2005-10-09 10:22 (History)


Attachments
dmesg (6.67 KB, text/plain)
2005-04-06 00:37, Xiong Crystal
Details
dmesg for "fail to send SCAN_REQUEST_EXT" command (36.27 KB, text/plain)
2005-05-22 18:23, Yan, Yechun
Details
Stop scan request during shutdown (763 bytes, patch)
2005-05-24 09:10, James Ketrenos
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-04-06 00:33:46
Run on ipw2200 1.0.3-pre3. 

Steps:
1. modprobe -r ipw2200; modprobe ipw2200 debug=0x3fff; modprobe -r ipw2200
2. dmesg -c 
Repeat 1, 2 until got "ipw2200: failed to send SCAN_REQUEST_EXT command"
------- Comment #1 From 2005-04-06 00:37:48 -------
Created an attachment (id=332) [details]
dmesg

dmesg when enable debug=0x3fff
------- Comment #2 From 2005-04-14 08:26:08 -------
From scrub: 

logics_sbux	let's retry 625 w/ 1.0.3 final and see if Mohamed's re-entry 
patches helped.
------- Comment #3 From 2005-04-15 02:14:08 -------
Tried ipw2200 1.0.3, didn't see this bug. Seems it is fixed with re-entry 
patches. 
------- Comment #4 From 2005-04-15 02:14:56 -------
Mark the bug as fixed: verified.
------- Comment #5 From 2005-05-18 23:56:15 -------
the problem is still exist is 1.0.4.
FC3, 2.6.11

while true; do modprobe -r ipw2200;modprobe ipw2200;sleep 1;done

"failed to send SCAN_REQUEST_EXT command sometimes" will appear.
------- Comment #6 From 2005-05-19 07:22:59 -------
Can you try to reproduce with these scripts, and if you see the problem turn
debug level to 0x43fff and capture the debug log of the sequence that fails:

In console 1: Run the test
In console 2: rm output; touch output; tail -f output & while true; do dmesg -c
| tee -a output | grep failed && break; sleep 0.5; done
------- Comment #7 From 2005-05-22 18:23:11 -------
Created an attachment (id=396) [details]
dmesg for "fail to send SCAN_REQUEST_EXT" command

dmesg for commmand:
dmesg -c; while true;do modprobe -r ipw2200;modprobe ipw2200 debug=0x43fff;
sleep 1; dmesg -c >> dmesg.output; done

while this command executing, not only "fail to send SCAN_REQUEST_EXT",
sometimes "fail to send SSID command" and "fail to send TX_POWER command" etc.
will come out.
------- Comment #8 From 2005-05-24 09:10:02 -------
Created an attachment (id=405) [details]
Stop scan request during shutdown

A scan request was being scheduled during module unload; this patch attempts to
stop that from occurring by setting the STATUS_EXIT_PENDING bit on shutdown,
and keeping ipw_link_down() from rescheduling a scan if that bit is set.
------- Comment #9 From 2005-05-24 17:38:59 -------
The problem is fixed with James's patch.
Mark as fixed.
------- Comment #10 From 2005-07-13 16:41:21 -------
Has this patch been merged in?

Please don't mark as FIXED before the patch has been included upstream.
------- Comment #11 From 2005-07-14 00:13:31 -------
Patch is in 1.0.6
------- Comment #12 From 2005-07-14 01:32:44 -------
Mark as verified.