Return-path: Received: from nbd.name ([88.198.39.176]:43273 "EHLO ds10.mine.nu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756039AbZKBRgQ (ORCPT ); Mon, 2 Nov 2009 12:36:16 -0500 Message-ID: <4AEF14E9.7060902@nbd.name> Date: Mon, 02 Nov 2009 18:20:41 +0100 From: Felix Fietkau MIME-Version: 1.0 To: "John W. Linville" CC: Johannes Berg , Sujith , linux-wireless@vger.kernel.org Subject: Re: [PATCH] mac80211: Fix IBSS merge References: <19182.33851.980271.360757@gargle.gargle.HOWL> <1257151486.3555.161.camel@johannes.local> <20091102153614.GC14046@tuxdriver.com> In-Reply-To: <20091102153614.GC14046@tuxdriver.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: John W. Linville wrote: > On Mon, Nov 02, 2009 at 09:44:46AM +0100, Johannes Berg wrote: >> On Mon, 2009-11-02 at 12:33 +0530, Sujith wrote: >> > Currently, in IBSS mode, a single creator would go into >> > a loop trying to merge/scan. This happens because the IBSS timer is >> > rearmed on finishing a scan and the subsequent >> > timer invocation requests another scan immediately. >> > >> > This patch fixes this issue by checking if we have just completed >> > a scan run trying to merge with other IBSS networks. >> >> Heh, how many people do we need to fix IBSS? :) > > Yeah, no kidding...I suspect that actual IBSS users are few, and a > substantial number of those are doing crazy things with it! :-) Yeah, we're doing crazy things like mesh networks of few hundred nodes... something that 11s isn't really suitable for. :-) - Felix