Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2004 23:57:42 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c
Message-ID:  <200401270757.i0R7vhdU000442@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2004/01/26 23:57:42 PST

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Add a kludge to avoid having ndis_init() called needlessly by dhclient
  on an SIOCSIFADDR (by way of brain damage in net80211).
  
  Also, avoid trying to set NDIS_80211_AUTHMODE_AUTO since the Microsoft
  documentation I have recommends not using it, and the Centrino driver
  seems to dislike being told to use it.
  
  Revision  Changes    Path
  1.37      +22 -10    src/sys/dev/if_ndis/if_ndis.c



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