Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756669AbYH1ATu (ORCPT ); Wed, 27 Aug 2008 20:19:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753850AbYH1ATi (ORCPT ); Wed, 27 Aug 2008 20:19:38 -0400 Received: from ey-out-2122.google.com ([74.125.78.27]:7936 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752359AbYH1ATh (ORCPT ); Wed, 27 Aug 2008 20:19:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xELVUea/Er0A+kZdb0sQ8aCDXFhKtj/CdZL8hoKcrQvG3bb3qIvcM4mU/567roX2/n Bfkrce/hZo718bsAJdMq+PeFncxhPhIMp9xfA/t5P0SU1lTLC19vk108JQmcltna7bD+ EbnLToaU/Cb6vjDXxSQirfpJpiA7zjO/eeMKk= Message-ID: <1ba2fa240808271719o2a3617e7re0499670de785b2f@mail.gmail.com> Date: Thu, 28 Aug 2008 03:19:35 +0300 From: "Tomas Winkler" To: "Luis R. Rodriguez" Subject: Re: pull request: wireless-2.6 2008-08-26 Cc: "Michael Buesch" , "John W. Linville" , "davem@davemloft.net" , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Bruno Randolf" In-Reply-To: <20080827233103.GE5927@tesla> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080827013009.GA15781@tuxdriver.com> <1ba2fa240808271226i95a7789k481a68b09dc60164@mail.gmail.com> <200808272225.10557.mb@bu3sch.de> <1ba2fa240808271611v382631ecn2a24e2816562d434@mail.gmail.com> <20080827233103.GE5927@tesla> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2313 Lines: 63 On Thu, Aug 28, 2008 at 2:31 AM, Luis R. Rodriguez wrote: > On Wed, Aug 27, 2008 at 04:11:15PM -0700, Tomas Winkler wrote: >> if (beacon_timestamp > rx_timestamp) >> merge >> >> The patch from Assaf just disable reporting RX timestamp to mac and >> thus disabling merging which gives incorrect spec behavior but smooth >> traffic. > > We *should follow the spec*. I prefer to be able transfer files over blindly following spec. This doesn't really break interoperability in practice. >> Actually we've checked few cards including broadcom and various >> windows NICs > > What are windows NICs? > >> and non of them implements this correctly so this WA is >> probably the solution. > > Disagreed! If there is hardware which is not capable of handling this > we should simply have a HW flag which specifies this to handle this as a > work around (WA). Just because some cards are not capable it doesn't > mean it should impose that on the rest. This is w/a in the specific driver not in the mac so this is de facto what you have suggested. This patch is marked as W/A and should have probably some cleaner solution in 2.6.28 >> Other solution would be to mark leader with highest TSF and not >> reconnecting to the same station again and again. >> >> Last solution would be to remove this merging all together but then >> I'm not sure if Bruno added this code just implement the spec or >> really tested it with any hardware. I'm not sure if any vendor >> implements PS in IBSS so this merging is probably not important >> anyway. > > Absolutely not! IBSS merge is per spec, otherwise you don't really have > a real IBSS. I'm all for following spec and we've tried really hard to make it work. Anyhow I'm not sure what you call real IBSS. nobody has checked it for 1.5 year this patch is in and now is suddenly so important... b43 was effected and probably also something that John worked with (as he issued his anti-chatty patch) I would like to see if there is any HW under mac80211 that actually work with this. Tomas > Luis > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/