cvs commit: src/sys/dev/wpi if_wpi.c

Rink Springer rink at FreeBSD.org
Tue Nov 13 08:13:00 PST 2007


rink        2007-11-13 16:12:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/wpi          if_wpi.c 
  Log:
  Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect
  that the driver will handle WEP encryption. However, this does not seem to be
  implemented by this driver (or maybe the chipset doesn't support it?)
  
  Removing the flag makes my wpi card work using wpa_supplicant(8) on a
  network with 802.1x security (without this change it authenticated fine, but
  tcpdump only saw garbage packets)
  
  Reviewed by:    benjsc, imp (mentor)
  Approved by:    imp (mentor), sam
  
  Revision  Changes    Path
  1.3       +1 -2      src/sys/dev/wpi/if_wpi.c


More information about the cvs-all mailing list