From owner-cvs-src@FreeBSD.ORG Thu May 1 05:11:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215141065AA3; Thu, 1 May 2008 05:11:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E841A8FC15; Thu, 1 May 2008 05:11:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m415BXb6059658; Thu, 1 May 2008 05:11:33 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m415BXjo059657; Thu, 1 May 2008 05:11:33 GMT (envelope-from thompsa) Message-Id: <200805010511.m415BXjo059657@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 1 May 2008 05:11:33 +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-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: Thu, 01 May 2008 05:11:34 -0000 thompsa 2008-05-01 05:11:33 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Do not call ndis_setstate_80211() until we are ready to associate, the vap may not have been created yet and will panic. This requires ndis_scan() to always set the SSID. Reported by: Ben Kaduk Revision Changes Path 1.136 +9 -11 src/sys/dev/if_ndis/if_ndis.c