From owner-cvs-all@FreeBSD.ORG Sun Oct 12 20:42:56 2003 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 6905516A4B3; Sun, 12 Oct 2003 20:42:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912BA43F93; Sun, 12 Oct 2003 20:42:55 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9D3gsXJ085855; Sun, 12 Oct 2003 20:42:54 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9D3gsSm085854; Sun, 12 Oct 2003 20:42:54 -0700 (PDT) (envelope-from sam) Message-Id: <200310130342.h9D3gsSm085854@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Oct 2003 20:42:54 -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/ath if_ath.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: Mon, 13 Oct 2003 03:42:56 -0000 sam 2003/10/12 20:42:54 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Reduce per-packet overhead when using WEP by using an advancing IV seeded with arc4random rather than calling arc4random for each packet. Note this is the same algorithm used to select the IV when doing WEP on the host. Revision Changes Path 1.23 +8 -1 src/sys/dev/ath/if_ath.c