From owner-cvs-all@FreeBSD.ORG Fri Sep 26 09:54:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E87C16A4B3; Fri, 26 Sep 2003 09:54:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A137543F85; Fri, 26 Sep 2003 09:54:56 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QGsuXJ031238; Fri, 26 Sep 2003 09:54:56 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8QGsuBs031237; Fri, 26 Sep 2003 09:54:56 -0700 (PDT) (envelope-from sam) Message-Id: <200309261654.h8QGsuBs031237@repoman.freebsd.org> From: Sam Leffler Date: Fri, 26 Sep 2003 09:54:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 16:54:57 -0000 sam 2003/09/26 09:54:56 PDT FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: Correct rate set negotiation when operating as a station: if the AP has basic rates that we do not support then ignore them instead of marking the rate set in error. This fixes an 11b station associating with an 11g/b AP. Revision Changes Path 1.4 +11 -2 src/sys/net80211/ieee80211_proto.c