From owner-cvs-src@FreeBSD.ORG Mon Jan 2 17:03:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8711116A41F; Mon, 2 Jan 2006 17:03:09 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id F032643D60; Mon, 2 Jan 2006 17:03:08 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k02H38o7009498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jan 2006 09:03:08 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43B95D29.1080703@errno.com> Date: Mon, 02 Jan 2006 09:04:41 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051227) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200601021657.k02GvKuq085937@repoman.freebsd.org> In-Reply-To: <200601021657.k02GvKuq085937@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_output.c ieee80211_proto.h ieee80211_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 17:03:09 -0000 Sam Leffler wrote: > sam 2006-01-02 16:57:20 UTC > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211_node.c ieee80211_output.c > ieee80211_proto.h ieee80211_var.h > Log: > update erp information element in the beacon frame to reflect > changes in the bss This should help people running 11g ap's with mixed b/g stations. Two things to note: 1. The case where the size of the TIM ie changes is reviewed but untested. If you have stations operating in sleep mode beware. 2. This doesn't handle overlapping bss; to do that we need to listen for beacon frames or similar and enable protection when 11b stations are identified--not a big deal and something I'll bring in later. Sam