From owner-cvs-all@FreeBSD.ORG Sat Feb 7 15:52:59 2004 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 916A716A4CE; Sat, 7 Feb 2004 15:52:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B9543D2F; Sat, 7 Feb 2004 15:52:59 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i17Nqx0B044047; Sat, 7 Feb 2004 15:52:59 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i17NqxiY044046; Sat, 7 Feb 2004 15:52:59 -0800 (PST) (envelope-from wpaul) Message-Id: <200402072352.i17NqxiY044046@repoman.freebsd.org> From: Bill Paul Date: Sat, 7 Feb 2004 15:52:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.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: Sat, 07 Feb 2004 23:52:59 -0000 wpaul 2004/02/07 15:52:58 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Don't hold NDIS_LOCK() around call to ndis_getstate_80211() since it may block on ndis_get_info(). Revision Changes Path 1.41 +2 -0 src/sys/dev/if_ndis/if_ndis.c