Re: [PATCH] move wlan_*_association_work from header to c file
From: Dan Williams <hidden>
Date: 2007-10-15 16:43:39
From: Dan Williams <hidden>
Date: 2007-10-15 16:43:39
On Mon, 2007-10-15 at 16:49 +0200, Holger Schurig wrote:
quoted
I assume you've been running it for a few days or so?No. I just made this patch 6 hours ago. I've used it so far only with WEP and no encryption at all, always as STA (no ad-hoc, no wpa-supplicant). After all, the patch was created using "perl -pi -e" :-) So far I found two quirks: a) it's no longer /lib/modules/libertas/parameters/libertas_debug but /lib/modules/libertas/parameters/lbs_debug. As this is an ABI change, we might not want it.
Should keep ABI compat here.
b) it's no longer <debugfs>/libertas_wireless/XXXX but <debugfs>/lbs_wireless/XXXX. Also an ABI change.
Should keep ABI compat here.
I could make a "take 2" patch, but because of the size of the patch and the hassle to export it in an external git tree I'd rather create a fixup patch. But let's see what you un-earth.
Yeah, I'll keep looking through it. Dan