From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([66.187.233.31]:34577 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757815AbXJOQnj (ORCPT ); Mon, 15 Oct 2007 12:43:39 -0400 Subject: Re: [PATCH] move wlan_*_association_work from header to c file From: Dan Williams To: Holger Schurig Cc: linux-wireless@vger.kernel.org, libertas-dev@lists.infradead.org In-Reply-To: <200710151649.26864.hs4233@mail.mn-solutions.de> References: <200710111151.06989.hs4233@mail.mn-solutions.de> <200710151628.43425.hs4233@mail.mn-solutions.de> <1192459352.12009.25.camel@localhost.localdomain> <200710151649.26864.hs4233@mail.mn-solutions.de> Content-Type: text/plain Date: Mon, 15 Oct 2007 12:43:13 -0400 Message-Id: <1192466593.15225.28.camel@localhost.localdomain> (sfid-20071015_174344_783521_61F9EF63) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 2007-10-15 at 16:49 +0200, Holger Schurig wrote: > > 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 /libertas_wireless/XXXX but > /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