[Trac #971] Issuing a large number of scan requests causes a temporary scan failure
Zarro Boogs per Child
bugtracker at laptop.org
Fri Mar 2 21:23:34 EST 2007
#971: Issuing a large number of scan requests causes a temporary scan failure
----------------------+-----------------------------------------------------
Reporter: jcardona | Owner: marcelo
Type: defect | Status: new
Priority: low | Milestone: Untriaged
Component: wireless | Keywords:
----------------------+-----------------------------------------------------
Run the script below. After the 88th iteration, scans will fail.
Re-run after 2 minutes, same results.
{{{
#! /bin/bash
scan_twice()
{
iwpriv msh0 scantype passive
iwlist msh0 scan
sleep 1
iwpriv msh0 scantype active
iwlist msh0 scan
sleep 1
}
for i in `seq 0 100`; do scan_twice; done | grep msh0 > scan_test_results
}}}
Firmware version: 5.220.9.p10 (md5sum 9c1bd9ce796423858c9d87fae6cbd21d)
--
Ticket URL: <http://dev.laptop.org/ticket/971>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list