From owner-cvs-src@FreeBSD.ORG Thu Apr 17 10:51:26 2003 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 BBAEC37B409; Thu, 17 Apr 2003 10:51:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4149543FDF; Thu, 17 Apr 2003 10:51:25 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3HHpO0U046064; Thu, 17 Apr 2003 10:51:24 -0700 (PDT) (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3HHpOGM046063; Thu, 17 Apr 2003 10:51:24 -0700 (PDT) Message-Id: <200304171751.h3HHpOGM046063@repoman.freebsd.org> From: John Hay Date: Thu, 17 Apr 2003 10:51:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wl if_wl.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: Thu, 17 Apr 2003 17:51:27 -0000 jhay 2003/04/17 10:51:24 PDT FreeBSD src repository Modified files: sys/dev/wl if_wl.c Log: Get wlread() closer to working. Use m->m_len as the initial value for bytes_in_mbuf rather than MCLBYTES. Add the ethertnet header to the front of the mbuf. Adjust bytes_in_mbuf inside the loop that reads the packet out of the card. Revision Changes Path 1.53 +9 -1 src/sys/dev/wl/if_wl.c