Re: [PATCH 1/4] create cfg80211

2007-02-12 Thread Johannes Berg
On Sun, 2007-02-11 at 20:39 +0100, Johannes Berg wrote: On Fri, 2007-02-09 at 17:27 +0100, [EMAIL PROTECTED] wrote: [...] needs to be changed. wiphy_free() should wait for wiphy_class_dev_release (to make sure sysfs is gone) before freeing the structure (if it has ever been added to sysfs).

Re: RFT: The real fix for BCM4311 and BCM4312

2007-02-12 Thread Jochen Puchalla
[Freitag, 9. Februar 2007 18:00] schrieb Larry Finger (wrote): Jochen Puchalla wrote: Hi Larry, I tried both versions with the combined patch on 2.6.20-rc7, still only 100kB/s. Could this be related to the fact that I have a b-type router and not a g-type? It shouldn't. I just ran

Re: [PATCH] bcm43xx: Fix loss of association after resume

2007-02-12 Thread Larry Finger
Rafael J. Wysocki wrote: On Monday, 12 February 2007 02:18, Larry Finger wrote: Rafael J. Wysocki wrote: It doesn't help in my case. The behavior is similar to that without the patch, but also with the patch it loses the association entirely. Thanks for trying. Do you have this patch

Re: [PATCH] bcm43xx: Fix loss of association after resume

2007-02-12 Thread Rafael J. Wysocki
On Monday, 12 February 2007 23:20, Larry Finger wrote: Rafael J. Wysocki wrote: On Monday, 12 February 2007 02:18, Larry Finger wrote: Rafael J. Wysocki wrote: It doesn't help in my case. The behavior is similar to that without the patch, but also with the patch it loses the

Re: [PATCH] bcm43xx: Fix loss of association after resume

2007-02-12 Thread Larry Finger
Rafael J. Wysocki wrote: On Monday, 12 February 2007 23:20, Larry Finger wrote: Rafael J. Wysocki wrote: On Monday, 12 February 2007 02:18, Larry Finger wrote: Rafael J. Wysocki wrote: It doesn't help in my case. The behavior is similar to that without the patch, but also with the patch

Re: [PATCH 1/4] create cfg80211

2007-02-12 Thread Michael Buesch
On Monday 12 February 2007 09:12, Johannes Berg wrote: The real bug I'm chasing (use-after-free leading to oops when rmmod'ing bcm43xx-d80211 while device is up) is in bcm43xx-d80211 and I found it too. Consider the following changes I made to debug: Should be fixed in my tree now. Thanks for