Re: [Madwifi-devel] Madwifi-devel Digest, Vol 30, Issue 9

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: sritej s
Date: Wednesday, November 19, 2008 - 11:28 am

------=_Part_68011_14046920.1227119292136
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

1)short retries

doesnt look like a bug to me.Atleast i was able to get intermediate values..

On Wed, Nov 19, 2008 at 3:26 AM, <
madwifi-devel-request@lists.sourceforge.net> wrote:


------=_Part_68011_14046920.1227119292136
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

1)short retries<br><br>doesnt look like a bug to me.Atleast i was able to get intermediate values..<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 3:26 AM,  <span dir="ltr">&lt;<a href="mailto:madwifi-devel-request@lists.sourceforge.net">madwifi-devel-request@lists.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Madwifi-devel mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:madwifi-devel@lists.sourceforge.net">madwifi-devel@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://lists.sourceforge.net/lists/listinfo/madwifi-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/madwifi-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:madwifi-devel-request@lists.sourceforge.net">madwifi-devel-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:madwifi-devel-owner@lists.sourceforge.net">madwifi-devel-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Madwifi-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. Issue with short retries (prateek gangwal)<br>
 &nbsp; 2. Re: R: Re: &nbsp;Rate selection in monitor mode (David Fuste)<br>
 &nbsp; 3. R: Re: R: Re: &nbsp;Rate selection in monitor mode<br>
 &nbsp; &nbsp; &nbsp;(<a href="mailto:roberto.riggio@create-net.org">roberto.riggio@create-net.org</a>)<br>
 &nbsp; 4. Enable WEP Software Encryption (y omar)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 18 Nov 2008 22:58:53 +0000<br>
From: prateek gangwal &lt;<a href="mailto:gangwalprateek@hotmail.com">gangwalprateek@hotmail.com</a>&gt;<br>
Subject: [Madwifi-devel] Issue with short retries<br>
To: &lt;<a href="mailto:madwifi-devel@lists.sourceforge.net">madwifi-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;BLU102-W5678802B6F775625391C4C6120@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
<br>
<br>
I am working on rate adaptation. As per my understanding , in madwifi , the number of long retries indicates the &nbsp;number of lost data frames and the number of short retries indicates the number of lost RTS/CTS frames. But, madwifi gives wrong value of short retries. It is either 0 means no retries when RTS is successful or 10. I cannot see any intermediate values. Is it some bug in madwifi ???? I checked it with two different cards 1. Linksys and 2. D-Link, but I am getting the same kind of results.<br>

<br>
<br>
<br>
_________________________________________________________________<br>
Search for videos of Bollywood, Hollywood, Mollywood and every other wood, only on Live.com<br>
<a href="http://www.live.com/?scope=video&amp;form=MICOAL" target="_blank">http://www.live.com/?scope=video&amp;form=MICOAL</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 19 Nov 2008 09:05:29 +0100<br>
From: David Fuste &lt;<a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a>&gt;<br>
Subject: Re: [Madwifi-devel] R: Re: &nbsp;Rate selection in monitor mode<br>
To: Roberto Riggio &lt;<a href="mailto:roberto.riggio@create-net.org">roberto.riggio@create-net.org</a>&gt;<br>
Cc: <a href="mailto:madwifi-devel@lists.sourceforge.net">madwifi-devel@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:4923C8C9.2040305@ac.upc.edu">4923C8C9.2040305@ac.upc.edu</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi Roberto.<br>
Well, I think it is possible to implement rate control modifying the<br>
code of &quot;ath_tx_startraw&quot; in if_ath.c.<br>
In fact, there is one peace of code inside this call:<br>
<br>
if (ph-&gt;try1)<br>
{<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ath_hal_setupxtxdesc(sc-&gt;sc_ah, ds,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dot11_to_ratecode(sc, rt, ph-&gt;rate1), ph-&gt;try1,<br>
/* series 1 */<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dot11_to_ratecode(sc, rt, ph-&gt;rate2), ph-&gt;try2,<br>
/* series 2 */<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dot11_to_ratecode(sc, rt, ph-&gt;rate3), ph-&gt;try3<br>
/* series 3 */<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;);<br>
}<br>
<br>
which is for this purpose. The thing is that ph-&gt;try1is always 0 in<br>
monitor mode.<br>
But, what do you mean by implementing rate control in user space? do you<br>
mean via a command line? in this case, I think you are right.<br>
<br>
david<br>
<br>
Roberto Riggio wrote:it seems that it<br>
&gt; Hi David,<br>
&gt;<br>
&gt; thanks for the feedback. Correct me if I&#39;m wrong, but it seems to me<br>
&gt; that there is no way to implement rate control in user space using the<br>
&gt; monitor mode.<br>
&gt;<br>
&gt; R.<br>
&gt;<br>
&gt; ----- &quot;David Fust?e&quot; &lt;<a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a>&gt; ha scritto:<br>
&gt;<br>
&gt;<br>
&gt;&gt; Hi Roberto,<br>
&gt;&gt; in monitor mode the default retransmission algorithm is 11<br>
&gt;&gt; retransmissions at the same rate (I cannot remember which version of<br>
&gt;&gt; madwifi I use). So, if you specify a rate of 11 Mbps and you transmit<br>
&gt;&gt; a<br>
&gt;&gt; frame, if the frame is not acknowledged madwifi will send 11 times the<br>
&gt;&gt;<br>
&gt;&gt; frame. You can change the rate using the iwconfig command, and the<br>
&gt;&gt; number of retransmissions by modifying the source code of if_ath.c<br>
&gt;&gt;<br>
&gt;&gt; david<br>
&gt;&gt;<br>
&gt;&gt; Roberto Riggio wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m using madwifi (0.9.4) in monitor mode with radiotap header.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 802.11 frames are generated with the click router which also adds<br>
&gt;&gt;&gt; the radiotap header.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; As far as I;ve understood from the madwifi chatroom if i do not<br>
&gt;&gt;&gt; specify a rate in the descriptor a default rate is used<br>
&gt;&gt;&gt;<br>
&gt;&gt; (6Mbps?!?!).<br>
&gt;&gt;<br>
&gt;&gt;&gt; However it is not clear to me what is happen if i do specify a<br>
&gt;&gt;&gt;<br>
&gt;&gt; rate,<br>
&gt;&gt;<br>
&gt;&gt;&gt; as for example 11 Mbps, and the the first transmission fails. Is the<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; frame dropped? Is it transmitted again using the rate control<br>
&gt;&gt;&gt; algorithm?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt; R.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; -------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt;&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s<br>
&gt;&gt;&gt;<br>
&gt;&gt; challenge<br>
&gt;&gt;<br>
&gt;&gt;&gt; Build the coolest Linux based applications with Moblin SDK &amp; win<br>
&gt;&gt;&gt;<br>
&gt;&gt; great prizes<br>
&gt;&gt;<br>
&gt;&gt;&gt; Grand prize is a trip for two to an Open Source event anywhere in<br>
&gt;&gt;&gt;<br>
&gt;&gt; the world<br>
&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Madwifi-devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Madwifi-devel@lists.sourceforge.net">Madwifi-devel@lists.sourceforge.net</a><br>
&gt;&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/madwifi-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/madwifi-devel</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
--<br>
========================================================================<br>
 &nbsp;0 0 0 &nbsp;David Fust? i Vilella &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;Dept. of Comp. Architecture<br>
 &nbsp;0 0 0 &nbsp;Ph.D. Student &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;UPC-Campus Nord, D6-001<br>
 &nbsp;0 0 0 &nbsp;email: <a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a> &nbsp; &nbsp;| &nbsp; &nbsp;C/ Jordi Girona, 1-3<br>
 &nbsp;U P C &nbsp;phone: 0034 93 401 67 83 &nbsp; &nbsp;| &nbsp; &nbsp;08034 Barcelona - SPAIN<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;www: <a href="http://personals.ac.upc.edu/dfuste/" target="_blank">http://personals.ac.upc.edu/dfuste/</a><br>
========================================================================<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 19 Nov 2008 09:13:01 +0100 (CET)<br>
From: <a href="mailto:roberto.riggio@create-net.org">roberto.riggio@create-net.org</a><br>
Subject: [Madwifi-devel] R: Re: R: Re: &nbsp;Rate selection in monitor mode<br>
To: David Fuste &lt;<a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a>&gt;<br>
Cc: <a href="mailto:madwifi-devel@lists.sourceforge.net">madwifi-devel@lists.sourceforge.net</a><br>
Message-ID: &lt;20284171.439421227082381621.JavaMail.root@aurora&gt;<br>
Content-Type: text/plain; charset=utf-8<br>
<br>
Hi,<br>
<br>
actually i was meaning something totally different. More precisely i wanted<br>
to know if it is possible to have the built-in rate adaptation in monitor mode.<br>
<br>
The funny thing is that you helped me discover a feature of the atheros descriptor<br>
that I didn&#39;t knew about. Basically in the the ath descriptors is possible to<br>
specify four different tx rate each with its own tx attempt. In my case I&#39;m using<br>
click in userspace so I think that I can implement a rate control using the atheros<br>
radio headers.<br>
<br>
Bye<br>
R.<br>
<br>
----- &quot;David Fuste&quot; &lt;<a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a>&gt; ha scritto:<br>
<br>
&gt; Hi Roberto.<br>
&gt; Well, I think it is possible to implement rate control modifying the<br>
&gt; code of &quot;ath_tx_startraw&quot; in if_ath.c.<br>
&gt; In fact, there is one peace of code inside this call:<br>
&gt;<br>
&gt; if (ph-&gt;try1)<br>
&gt; {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ath_hal_setupxtxdesc(sc-&gt;sc_ah, ds,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dot11_to_ratecode(sc, rt, ph-&gt;rate1),<br>
&gt; ph-&gt;try1,<br>
&gt; /* series 1 */<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dot11_to_ratecode(sc, rt, ph-&gt;rate2),<br>
&gt; ph-&gt;try2,<br>
&gt; /* series 2 */<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dot11_to_ratecode(sc, rt, ph-&gt;rate3), ph-&gt;try3<br>
&gt;<br>
&gt; /* series 3 */<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; );<br>
&gt; }<br>
&gt;<br>
&gt; which is for this purpose. The thing is that ph-&gt;try1is always 0 in<br>
&gt; monitor mode.<br>
&gt; But, what do you mean by implementing rate control in user space? do<br>
&gt; you<br>
&gt; mean via a command line? in this case, I think you are right.<br>
&gt;<br>
&gt; david<br>
&gt;<br>
&gt; Roberto Riggio wrote:it seems that it<br>
&gt; &gt; Hi David,<br>
&gt; &gt;<br>
&gt; &gt; thanks for the feedback. Correct me if I&#39;m wrong, but it seems to<br>
&gt; me<br>
&gt; &gt; that there is no way to implement rate control in user space using<br>
&gt; the<br>
&gt; &gt; monitor mode.<br>
&gt; &gt;<br>
&gt; &gt; R.<br>
&gt; &gt;<br>
&gt; &gt; ----- &quot;David Fust?e&quot; &lt;<a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a>&gt; ha scritto:<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hi Roberto,<br>
&gt; &gt;&gt; in monitor mode the default retransmission algorithm is 11<br>
&gt; &gt;&gt; retransmissions at the same rate (I cannot remember which version<br>
&gt; of<br>
&gt; &gt;&gt; madwifi I use). So, if you specify a rate of 11 Mbps and you<br>
&gt; transmit<br>
&gt; &gt;&gt; a<br>
&gt; &gt;&gt; frame, if the frame is not acknowledged madwifi will send 11 times<br>
&gt; the<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; frame. You can change the rate using the iwconfig command, and the<br>
&gt;<br>
&gt; &gt;&gt; number of retransmissions by modifying the source code of if_ath.c<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; david<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Roberto Riggio wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; Hi,<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; I&#39;m using madwifi (0.9.4) in monitor mode with radiotap header.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; 802.11 frames are generated with the click router which also adds<br>
&gt;<br>
&gt; &gt;&gt;&gt; the radiotap header.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; As far as I;ve understood from the madwifi chatroom if i do not<br>
&gt; &gt;&gt;&gt; specify a rate in the descriptor a default rate is used<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; (6Mbps?!?!).<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; However it is not clear to me what is happen if i do specify a<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; rate,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; as for example 11 Mbps, and the the first transmission fails. Is<br>
&gt; the<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; frame dropped? Is it transmitted again using the rate control<br>
&gt; &gt;&gt;&gt; algorithm?<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Thanks<br>
&gt; &gt;&gt;&gt; R.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; This SF.Net email is sponsored by the Moblin Your Move<br>
&gt; Developer&#39;s<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; challenge<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; Build the coolest Linux based applications with Moblin SDK &amp; win<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; great prizes<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; Grand prize is a trip for two to an Open Source event anywhere in<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; the world<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt; Madwifi-devel mailing list<br>
&gt; &gt;&gt;&gt; <a href="mailto:Madwifi-devel@lists.sourceforge.net">Madwifi-devel@lists.sourceforge.net</a><br>
&gt; &gt;&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/madwifi-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/madwifi-devel</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt; --<br>
&gt; ========================================================================<br>
&gt; &nbsp; 0 0 0 &nbsp;David Fust? i Vilella &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;Dept. of Comp. Architecture<br>
&gt; &nbsp; 0 0 0 &nbsp;Ph.D. Student &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;UPC-Campus Nord, D6-001<br>
&gt; &nbsp; 0 0 0 &nbsp;email: <a href="mailto:dfuste@ac.upc.edu">dfuste@ac.upc.edu</a> &nbsp; &nbsp;| &nbsp; &nbsp;C/ Jordi Girona, 1-3<br>
&gt; &nbsp; U P C &nbsp;phone: 0034 93 401 67 83 &nbsp; &nbsp;| &nbsp; &nbsp;08034 Barcelona - SPAIN<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; www: <a href="http://personals.ac.upc.edu/dfuste/" target="_blank">http://personals.ac.upc.edu/dfuste/</a><br>
&gt; ========================================================================<br>
<br>
<br>
--<br>
--------------------------------------------------------<br>
Roberto Riggio, PhD<br>
<br>
CREATE-NET<br>
Via alla Cascata 56/C<br>
38100 Trento (Italy)<br>
<br>
E-mail: <a href="mailto:roberto.riggio@create-net.org">roberto.riggio@create-net.org</a><br>
HomePage: <a href="http://disi.unitn.it/%7Eriggio/" target="_blank">http://disi.unitn.it/~riggio/</a><br>
<br>
Tel: +39.0461.40.84.00 (ext. 708)<br>
Fax: +39.0461.314.972<br>
--------------------------------------------------------<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 19 Nov 2008 01:25:56 -0800 (PST)<br>
From: y omar &lt;<a href="mailto:y_omar_004@yahoo.com">y_omar_004@yahoo.com</a>&gt;<br>
Subject: [Madwifi-devel] Enable WEP Software Encryption<br>
To: madwifi devel &lt;<a href="mailto:madwifi-devel@lists.sourceforge.net">madwifi-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:522438.40118.qm@web44809.mail.sp1.yahoo.com">522438.40118.qm@web44809.mail.sp1.yahoo.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hello,<br>
<br>
I&#39;m working on a project that intends to modify the code of wep_encrypt() in ieee80211_crypto_wep.c. For right now, madwifi does all the encryption via hardware, and never calls this function. Anybody knows how to disable the hardware encryption?<br>

<br>
I&#39;m also a newbie, I&#39;m having some difficulties tracing back function calls. If anybody has a good suggestion to a debugging tool that enables me to trace function calls in the 80211 module would be great!<br>
<br>
Thank you,<br>
Yara<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Madwifi-devel mailing list<br>
<a href="mailto:Madwifi-devel@lists.sourceforge.net">Madwifi-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/madwifi-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/madwifi-devel</a><br>
<br>
<br>
End of Madwifi-devel Digest, Vol 30, Issue 9<br>
********************************************<br>
</blockquote></div><br>

------=_Part_68011_14046920.1227119292136--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [Madwifi-devel] Madwifi-devel Digest, Vol 30, Issue 9, sritej s, (Wed Nov 19, 11:28 am)