cvs commit: src/sys/dev/wi if_wi.c

Brian Feldman green at FreeBSD.org
Mon Nov 3 16:24:14 PST 2003


green       2003/11/03 16:24:13 PST

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi.c 
  Log:
  On my ZoomAir-branded Intersil PRISM2 cards, if you try to set the
  operating mode to HostAP, the card will lock up indefinitely (but
  the wi(4) driver can recover if you eject the card).  The problem is
  that the card needs to be "reset" in a way before you even change the
  media to hostap.  In practice this isn't as noticeable because you
  probably do some operation beforehand which prevents the lock-up
  before you enable hostap mode.
  
  e.g.:
  "ifconfig wi0 up media autoselect mediaopt hostap" will lock up
  (if you just inserted the card).
  "ifconfig wi0 up ssid foo media autoselect mediaopt hostap" won't lock up.
  
  Revision  Changes    Path
  1.154     +3 -0      src/sys/dev/wi/if_wi.c


More information about the cvs-all mailing list