Re: [Patch 1/1]: libertas/sdio: fix releasing memory twice.

2013-10-13 Thread Dr. H. Nikolaus Schaller
Hi Dan, Am 12.10.2013 um 21:58 schrieb Dan Williams: > On Sat, 2013-10-12 at 18:02 +0200, Dr. H. Nikolaus Schaller wrote: >> While upgrading the GTA04 kernel to 3.12-rc4 we came across >> an issue with libertas/sdio referencing stale memory on ifconfig up >> when trying to load the firmware (for

Re: [Patch 1/1]: libertas/sdio: fix releasing memory twice.

2013-10-12 Thread Dan Williams
On Sat, 2013-10-12 at 18:02 +0200, Dr. H. Nikolaus Schaller wrote: > While upgrading the GTA04 kernel to 3.12-rc4 we came across > an issue with libertas/sdio referencing stale memory on ifconfig up > when trying to load the firmware (for a second time). > > I am not at all sure if the patch is ho

[Patch 1/1]: libertas/sdio: fix releasing memory twice.

2013-10-12 Thread Dr. H. Nikolaus Schaller
While upgrading the GTA04 kernel to 3.12-rc4 we came across an issue with libertas/sdio referencing stale memory on ifconfig up when trying to load the firmware (for a second time). I am not at all sure if the patch is how it should be done and the right location, but it appears to work for us wit