ifconfig wepkey problem
    Rob Schmuloff 
    rrschoolie at yahoo.com
       
    Tue Mar 23 00:03:48 PST 2004
    
    
  
Hello,
( 
  I'm having the same problem with SIOCS80211 ioctl's
to wi.  I tracked it down to the commit on
. ./kern/uipc_mgs.c and ../sys/socketopts.h on
March19th, "Make ALWAYS_MSG the default".  When I back
out those changes, then the ioctl calls succeed.
 It's odd because the with ALWAYS_MSG, the arguments 
to the in_control call are identical, but when
in_control calls wi_ioctl, the stack seems to
get corrupted.
wi_ioctl(cb64c8b8, 801c69ea, dcf95b74, b0, 0)
in_control(...)
netmsg_pru_dispatcher
netmsg_service_loop
. ..
Without messaging:
wi_ioctl(cb64c8b8, 801c69ea, dcf95b74, dcf95aec, 1)
in_control(...)
ifioctl(...)
ioctl(...)
syscall2(...)
. ..
Hope that helps...
Rob 
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
    
    
More information about the Bugs
mailing list