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

Warner Losh imp at FreeBSD.org
Mon May 17 23:57:35 PDT 2004


imp         2004/05/17 23:57:33 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/wi           if_wi.c if_wireg.h 
  Log:
  Fix two bugs that aren't in the current:
  1) only have a long timeout for the wi_cmd_ini command.  All others should
     much faster at 10ms.  Some cards seem to timeout when the signal quality
     is low, and a faster timeout means that retry will happen in a fraction of
     a second, rather than seconds.
  2) ifconfig passes -1 in i_val for the ssid and ignores the rest of the
     parameters if it returns an error.  wi used to return an error in this
     case, which means none of the 802.11 parameters were being reported.
     Since an works, fix the presumed bug in wi.
  
  Revision   Changes    Path
  1.103.2.6  +5 -2      src/sys/dev/wi/if_wi.c
  1.31.2.3   +1 -1      src/sys/dev/wi/if_wireg.h


More information about the cvs-src mailing list