Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 11:22:07 -0800 (PST)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
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
Message-ID:  <200212291922.gBTJM72r003295@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212291922.gBTJM72r003295>