From owner-cvs-all@FreeBSD.ORG Sat Oct 29 02:18:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C53B616A41F; Sat, 29 Oct 2005 02:18:30 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EF343D66; Sat, 29 Oct 2005 02:18:27 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9T2IRxM081526; Sat, 29 Oct 2005 02:18:27 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9T2IRR5081525; Sat, 29 Oct 2005 02:18:27 GMT (envelope-from wpaul) Message-Id: <200510290218.j9T2IRR5081525@repoman.freebsd.org> From: Bill Paul Date: Sat, 29 Oct 2005 02:18:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 29 Oct 2005 02:18:30 -0000 wpaul 2005-10-29 02:18:27 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix ndis_getstate_80211() so that it properly reports the authmode and channel to ifconfig. Also use the SSID and channel info from the association info that we already have instead of using ndis_get_info() to ask the driver for it again. Revision Changes Path 1.112 +77 -32 src/sys/dev/if_ndis/if_ndis.c