lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 17 Nov 2008 11:58:19 +0800
From:	Zhu Yi <yi.zhu@...el.com>
To:	Nico -telmich- Schottelius 
	<nico-linux-iwlwifi5100@...ottelius.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: 2.6.28-rc4: iwlagn / 5100 state

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ