[PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Jiri Benc
John, in addition to the previous pull request, please also apply the following two fixes. Thanks, Jiri -- Jiri Benc SUSE Labs - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Lennart Sorensen
On Wed, Dec 13, 2006 at 06:00:35PM +0100, Jiri Benc wrote: John, in addition to the previous pull request, please also apply the following two fixes. What is the state of the rx2x00 driver by now? I have been playing around with an rt2500 based card, with some success but not enough for me to

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Ivo van Doorn
On Wednesday 13 December 2006 18:12, Lennart Sorensen wrote: On Wed, Dec 13, 2006 at 06:00:35PM +0100, Jiri Benc wrote: John, in addition to the previous pull request, please also apply the following two fixes. What is the state of the rx2x00 driver by now? I have been playing around

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Dan Williams
On Wed, 2006-12-13 at 12:12 -0500, Lennart Sorensen wrote: On Wed, Dec 13, 2006 at 06:00:35PM +0100, Jiri Benc wrote: John, in addition to the previous pull request, please also apply the following two fixes. What is the state of the rx2x00 driver by now? I have been playing around with

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Lennart Sorensen
On Wed, Dec 13, 2006 at 12:38:43PM -0500, Dan Williams wrote: How, by private ioctls? That's just wrong; I believe you still need to go through the 4-way handshake to get the right keying information even if you use PSK, which means you still need the supplicant, right? All I did was add this

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Lennart Sorensen
On Wed, Dec 13, 2006 at 06:56:57PM +0100, Ivo van Doorn wrote: rt2x00 completely uses the dscape stack, so I am not sure how he is managing this wpa without wpa_supplicant with rt2x00. Lennart, are you using rt2x00 or the legacy rt2500 driver? rt2x00 with dscape stack. -- Len Sorensen - To

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Lennart Sorensen
On Wed, Dec 13, 2006 at 06:49:07PM +0100, Ivo van Doorn wrote: Well results seem to vary between users. Since recently users have started reporting panics and freezes with rt2x00. I have not yet traced that problem to the source, because the panics I have received don't contain any rt2x00 or

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Ivo Van Doorn
Hi, How, by private ioctls? That's just wrong; I believe you still need to go through the 4-way handshake to get the right keying information even if you use PSK, which means you still need the supplicant, right? All I did was add this to /etc/network/interfaces: iface wlan0 inet static

Re: [PATCH 0/2] d80211, rt2x00: fixes

2006-12-13 Thread Lennart Sorensen
On Wed, Dec 13, 2006 at 10:28:15PM +0100, Ivo Van Doorn wrote: That is definately the rt2500 legacy driver and _not_ the rt2x00 driver. Yeah I just noticed that a few minutes ago. I had been trying out both to see how they worked, and I left the old module loaded by accident. Correct, that is