From owner-cvs-all@FreeBSD.ORG Wed Apr 20 02:17:54 2005 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 218CA16A4CE; Wed, 20 Apr 2005 02:17:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E700A43D1F; Wed, 20 Apr 2005 02:17:53 +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 j3K2Hrqm054158; Wed, 20 Apr 2005 02:17:53 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3K2HrOo054157; Wed, 20 Apr 2005 02:17:53 GMT (envelope-from wpaul) Message-Id: <200504200217.j3K2HrOo054157@repoman.freebsd.org> From: Bill Paul Date: Wed, 20 Apr 2005 02:17:53 +0000 (UTC) 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: Wed, 20 Apr 2005 02:17:54 -0000 wpaul 2005-04-20 02:17:53 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211 ioctls are now handled explicitly, but we can't really do anything with them unless the NIC is up (trying to get/set a parameter when the NDIS driver isn't running always yields an error). If something invokes either of these ioctls and the NIC isn't initialized, punt to the default ieee80211_ioctl() routine. Revision Changes Path 1.88 +5 -4 src/sys/dev/if_ndis/if_ndis.c