From owner-cvs-src@FreeBSD.ORG Sun Oct 12 20:37:40 2003 Return-Path: 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 D509816A4B3; Sun, 12 Oct 2003 20:37:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BC243F85; Sun, 12 Oct 2003 20:37:40 -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 h9D3bdXJ085570; Sun, 12 Oct 2003 20:37:39 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9D3bdE4085569; Sun, 12 Oct 2003 20:37:39 -0700 (PDT) (envelope-from sam) Message-Id: <200310130337.h9D3bdE4085569@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Oct 2003 20:37:39 -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/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 13 Oct 2003 03:37:41 -0000 sam 2003/10/12 20:37:39 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: MFp4: change ath_rate_ctl_reset to handle transition from station mode to adhoc mode; was not resetting the initial xmit rate causing outbound frames to be dicarded Revision Changes Path 1.20 +23 -14 src/sys/dev/ath/if_ath.c