Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 23:57:33 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi if_wi.c if_wireg.h
Message-ID:  <200405180657.i4I6vXKq011141@repoman.freebsd.org>

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



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