<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>According to Prism2 Driver Programmer's Manual 
to&nbsp;MAC PRISM transmit (after&nbsp;write a packet in the 
buffer):</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; .&nbsp;the driver need to write 
tx command to Command register</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; .&nbsp;the firmware puts frame 
(referenced by FID) on the transmit queue for further processing and waits for 
transmit to complete</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; .&nbsp;the firmware ackowledge 
frame transmition with a TX bit on EVSTAT or indicates failure with 
TXEXC&nbsp;on EVSTAT.&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In the driver (according my 
understand):</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; .&nbsp;prism2_transmit function 
writes the TX command to Command register</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
.&nbsp;prism2_cmd_ev&nbsp;function is called from prism2_interrupt </FONT></DIV>
<DIV><FONT face=Arial size=2>after a event command generated by the 
firmware</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; .&nbsp;prism2_interrupt gives 
the event&nbsp;stat generated by the firmware (I suppose the TX or TXexc after 
the transmit command)&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; . according to the event 
identified calls the correspondig function&nbsp;or schedules 
the&nbsp;corresponding tasklet (for tx events prism2_tx_ev or prism2_txexc). 
</FONT></DIV>
<DIV><FONT face=Arial size=2>Is this correct? Do I need to activate some 
parameter to have this behaviour?</FONT></DIV>
<DIV><FONT face=Arial size=2>Because, I'm trying to follow this procedure and 
after a prism2_transmit call I can't see any tx or txexc event.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>LC</FONT></DIV></BODY></HTML>