From owner-cvs-all Sun Dec 29 11:22: 9 2002 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 2FD6437B401; Sun, 29 Dec 2002 11:22:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86C943ED8; Sun, 29 Dec 2002 11:22:07 -0800 (PST) (envelope-from ambrisko@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 gBTJM7fh003299; Sun, 29 Dec 2002 11:22:07 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBTJM72r003295; Sun, 29 Dec 2002 11:22:07 -0800 (PST) Message-Id: <200212291922.gBTJM72r003295@repoman.freebsd.org> From: Doug Ambrisko Date: Sun, 29 Dec 2002 11:22:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_pccard.c if_an_pci.c if_anreg.h src/usr.sbin/ancontrol ancontrol.8 ancontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/12/29 11:22:07 PST Modified files: sys/dev/an if_aironet_ieee.h if_an.c if_an_pccard.c if_an_pci.c if_anreg.h usr.sbin/ancontrol ancontrol.8 ancontrol.c Log: Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more work. The interface was gleaned from the Linux driver. Currently only one RX & one TX buffer are used. Firmware support is not tested so for the MPI-350 so it is disabled. Signal cache and monitor mode are not supported yet. Signal cache is not supported since in encapsulation mode ethernet frames are returned by the chip. LAN monitor mode support will be added shortly. Thanks to Warner for the MPI-350 card he sent me. Add support for RSSI map from PR kern/32880 which was incomplete. Enhanced with the ability to select the cache mode of raw, dbm or per-cent. Clean up Signal/Noise/Quality structures and units with help from Marco Molteni. Change flash to use a malloc'ed buffer when needed. PR: kern/32880 Submitted by: Douglas S. J. De Couto decouto@pdos.lcs.mit.edu, Marco Molteni MFC: 3 weeks Revision Changes Path 1.11 +39 -5 src/sys/dev/an/if_aironet_ieee.h 1.41 +1047 -290 src/sys/dev/an/if_an.c 1.15 +0 -1 src/sys/dev/an/if_an_pccard.c 1.15 +68 -16 src/sys/dev/an/if_an_pci.c 1.14 +147 -18 src/sys/dev/an/if_anreg.h 1.27 +27 -0 src/usr.sbin/ancontrol/ancontrol.8 1.19 +101 -21 src/usr.sbin/ancontrol/ancontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message