From owner-freebsd-current@FreeBSD.ORG Mon Nov 24 11:20:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44DF16A4CE for ; Mon, 24 Nov 2003 11:20:01 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95C043FBF for ; Mon, 24 Nov 2003 11:20:00 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hAOJJrHQ062673 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 24 Nov 2003 11:19:55 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Barney Wolff , Johann Hugo Date: Mon, 24 Nov 2003 11:22:27 -0800 User-Agent: KMail/1.5.3 References: <200311241555.13381.jhugo@icomtek.csir.co.za> <20031124170728.GA36748@pit.databus.com> In-Reply-To: <20031124170728.GA36748@pit.databus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311241122.27490.sam@errno.com> cc: current@freebsd.org Subject: Re: atheros (ath) - duplicate packets with long distance link X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 19:20:01 -0000 On Monday 24 November 2003 09:07 am, Barney Wolff wrote: > Off-the-wall suggestion: run tcpdump -e and check whether both responses > are coming from the same host. Unless you're running WEP, you many have > an unexpected guest. (WEP is no guarantee, but it's better than nothing.) Better, use tcpdump -e -i ath0 -y IEEE802_11 and verify the 802.11 frames are actual duplicates. They should not be unless there's a bug in the duplicate suppression logic in the 802.11 code. Sam