#4470 BLOC Update.: WLAN stops working after good functionality
Zarro Boogs per Child
bugtracker at laptop.org
Sun Nov 11 11:06:11 EST 2007
#4470: WLAN stops working after good functionality
-----------------------+----------------------------------------------------
Reporter: kimquirk | Owner: carrano
Type: defect | Status: new
Priority: blocker | Milestone: Update.1
Component: wireless | Version:
Resolution: | Keywords:
Verified: 1 |
-----------------------+----------------------------------------------------
Changes (by dwmw2):
* cc: marcelo (added)
Comment:
Replying to [comment:45 jcardona]:
> That patch is not relevant to this problem. We did not see a hardware
failure (no {{{DNLD_CMD: hw_host_to_card failed}}} message.)
That patch isn't relevant to _anything_ and probably doesn't even modify
the output of the compiler by a single byte. The error case there can
never be reached; we go into an endless loop retrying the command
immediately instead of giving up, because of the commit at
http://dev.laptop.org/git?p=olpc-2.6;a=commitdiff;h=3fcfaf4e
{{{
do {
ret = priv->hw_host_to_card(priv, MVMS_CMD, (u8 *) cmdptr,
cmdsize);
} while (ret != 0);
if (ret != 0) {
}}}
This commit is very broken -- do we have a clue what it was actually
trying to fix?
--
Ticket URL: <http://dev.laptop.org/ticket/4470#comment:51>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list