cvs commit: src/sys/dev/if_ndis if_ndis.c

Bill Paul wpaul at FreeBSD.org
Mon Jan 26 23:57:44 PST 2004


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


More information about the cvs-all mailing list