From owner-cvs-src@FreeBSD.ORG Fri Mar 12 09:05:06 2004 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 C0C2516A4CE; Fri, 12 Mar 2004 09:05:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A276443D45; Fri, 12 Mar 2004 09:05:06 -0800 (PST) (envelope-from mux@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 i2CH56Ge030302; Fri, 12 Mar 2004 09:05:06 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2CH56S3030301; Fri, 12 Mar 2004 09:05:06 -0800 (PST) (envelope-from mux) Message-Id: <200403121705.i2CH56S3030301@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 12 Mar 2004 09:05:06 -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-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: Fri, 12 Mar 2004 17:05:06 -0000 mux 2004/03/12 09:05:06 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Don't set ifp->if_output to ether_output(), since ether_ifattach() will do it for us (we either call ether_ifattach() directly, or it gets called within ieee80211_ifattach()). Approved by: wpaul Revision Changes Path 1.45 +0 -1 src/sys/dev/if_ndis/if_ndis.c