<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.5390" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm trying to send a new management message 
from&nbsp;STA to AP using a new ioctl. So, I&nbsp;add some code&nbsp;in 
hostap_ioctl (the new function prism2_ioctl_siwqos, a new constant in 
prism2_handler[] and a new test case to call the ioctl function), in hostap_hw 
(I&nbsp;have created a function to send the management message, that is called 
by the ioctl function) and&nbsp;finally I add the&nbsp;correspondent command to 
iwconfig.</FONT></DIV>
<DIV><FONT face=Arial size=2>I compile and install the driver OK (make pccard 
and make install_pccard) but when I try to modprobe hostap_cs&nbsp;I have the 
following messages in /var/log/messages:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>executing: 'modprobe hostap_cs?</FONT></DIV>
<DIV><FONT face=Arial size=2>+ modprobe: Too deep recursion in module 
dependencies!</FONT></DIV>
<DIV><FONT face=Arial size=2>+ modprobe: Circular dependency? hostap 
hostap_cs</FONT></DIV>
<DIV><FONT face=Arial size=2>modprobe exiting with status 134</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Someone have an idea how can I solve 
this?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>LC</FONT></DIV></BODY></HTML>