Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:35051 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756067AbZCYNgX (ORCPT ); Wed, 25 Mar 2009 09:36:23 -0400 From: Christian Lamparter To: Max Filippov Subject: Re: [PATCH 2/2 v2] p54spi: fix p54spi_upload_firmware Date: Wed, 25 Mar 2009 14:42:58 +0100 Cc: linux-wireless@vger.kernel.org, "John W. Linville" , Johannes Berg References: <1237959016-17311-1-git-send-email-jcmvbkbc@gmail.com> <200903251345.01608.chunkeey@web.de> <73aaf0dd0903250550x37e6847x38be1f0dcc4b1bb3@mail.gmail.com> In-Reply-To: <73aaf0dd0903250550x37e6847x38be1f0dcc4b1bb3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200903251442.58712.chunkeey@web.de> (sfid-20090325_143633_078869_2090AA92) Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wednesday 25 March 2009 13:50:44 Max Filippov wrote: > >> Sorry, I haven't been used to checkpatch. > > But your PATCH 1/2 sailed through without any complains. ;-) > Mere coincidence (: > > > BTW: does p54spi really work now? > I haven't tested your patch yet, but with the one that I sent it does > work in IBSS mode. > My aim is to wind it up in mesh mode. This doesn't work, it cannot > establish peer link. > I'm going to investigate it. Does mesh mode work on conventional pci/usb p54? hmm, yes... at least with wireless-testing from yesterday. (beaconing works too) [ 9862.704138] mesh: running mesh housekeeping [ 9906.580204] phy3: Allocated STA 00:14:a5:45:33:ff [ 9906.581566] phy3: Inserted STA 00:14:a5:45:33:ff [ 9906.581581] Mesh plink: starting establishment with 00:14:a5:45:33:ff [ 9906.634055] Mesh plink (peer, state, llid, plid, event): 00:14:a5:45:33:ff 1 28312 0 1 [ 9906.636888] Mesh plink (peer, state, llid, plid, event): 00:14:a5:45:33:ff 2 28312 55519 4 [ 9906.636895] Mesh plink with 00:14:a5:45:33:ff ESTABLISHED 64 bytes from 10.0.0.2: icmp_seq=449 ttl=64 time=1.81 ms 64 bytes from 10.0.0.2: icmp_seq=450 ttl=64 time=1.41 ms 64 bytes from 10.0.0.2: icmp_seq=451 ttl=64 time=3.52 ms ... both peers have a p54 (one is pci, the other one usb)... I'll see if I can get my old ath5k back to verify that it works with other devices as well. Regards, Chr