cvs commit: src/sys/dev/usb if_ural.c
    Sepherosa Ziehau 
    sephe at FreeBSD.org
       
    Tue Apr 24 11:18:55 UTC 2007
    
    
  
sephe       2007-04-24 11:18:55 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/usb          if_ural.c 
  Log:
  Nuke unnecessary setting of ural(4)'s security registers.  ural(4) only
  supports software encrypt/decrypt.
  
  The nuked code itself is quite problematic, as pointed out by sam@ ---
  wk->wk_keyix should be replaced by the loop count.
  
  Tested with WEP/TKIP/CCMP/no-protection.
  
  Approved by:    sam@ (mentor)
  Noticed by:     Hans Petter Selasky <hselasky at c2i.net>
  
  Revision  Changes    Path
  1.52      +1 -11     src/sys/dev/usb/if_ural.c
    
    
More information about the cvs-all
mailing list