cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h src/usr.sbin/ancontrol ancontrol.c

Doug Ambrisko ambrisko at FreeBSD.org
Tue Aug 19 20:46:07 PDT 2003


ambrisko    2003/08/19 20:46:05 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/an           if_aironet_ieee.h if_an.c if_an_pci.c 
                         if_anreg.h 
    usr.sbin/ancontrol   ancontrol.c 
  Log:
  - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!
  - Fix up TX speed changes.
  - Make mpi-350 cards sort-of work with new firmware.  It RXs okay but TXs
    only work for about 14 packets then fails to get an interrupt.  The
    TX watchdog fires.  It has been reported that my hack for now doesn't
    break cards with the older firmware.  It appears my card has lost
    the ability to RX or TX at all but other peoples cards work.  I assume
    it got damaged in tansport.
  
  MFC:    1 week.
  
  Revision  Changes    Path
  1.12      +17 -4     src/sys/dev/an/if_aironet_ieee.h
  1.52      +137 -73   src/sys/dev/an/if_an.c
  1.22      +1 -1      src/sys/dev/an/if_an_pci.c
  1.18      +17 -9     src/sys/dev/an/if_anreg.h
  1.21      +42 -50    src/usr.sbin/ancontrol/ancontrol.c


More information about the cvs-src mailing list