Re: 2.6.28-rc4: iwlagn / 5100 state

From: Zhu Yi
Date: Sun Nov 16 2008 - 22:57:27 EST


On Fri, 2008-11-14 at 23:05 +0800, Nico -telmich- Schottelius wrote:
> - loading the firmware "freezes" the system for a few seconds
> - setting the link up of wlan0 "freezes" the system for a few
> seconds

We use a wait_event_interruptible_timeout in mac80211 start callback to
make sure firmware is loading OK before 'ifconfig wlan0 up' returns.
This prevents the EREADY error some wireless configuration commands
immediately followed by link up (usually in some scripts). The timeout
is 4 seconds, but usually firmware responses in less than 500ms. Did you
see the "freeze" in a failure case?

> - connecting to 802.11b/g works (802.11a is untested)
> - roaming does *NOT* work -> just looses the AP, does not connect
> to other AP with same essid

This needs to be addressed in user level (i.e. NM).

> - connecting to a ap sometimes does not work, though essid is set
> -> sometimes it helps to specify "ap <addr>"

This is not required with recent mac80211.

> -> sometimes setting down and up the link helps
> -> with earlier kernels one sometimes needed to rmmod and insmod
> the module again, so there is some progress :-)

These are unexpected behaviours. Please report bugs to
http://bughost.org.

Thanks,
-yi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/