Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2005 02:17:53 +0000 (UTC)
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:  <200504200217.j3K2HrOo054157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2005-04-20 02:17:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211
  ioctls are now handled explicitly, but we can't really do anything
  with them unless the NIC is up (trying to get/set a parameter when
  the NDIS driver isn't running always yields an error). If something
  invokes either of these ioctls and the NIC isn't initialized, punt
  to the default ieee80211_ioctl() routine.
  
  Revision  Changes    Path
  1.88      +5 -4      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?200504200217.j3K2HrOo054157>