<!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> </DIV>
<DIV><FONT face=Arial size=2>According to Prism2 Driver Programmer's Manual
to MAC PRISM transmit (after write a packet in the
buffer):</FONT></DIV>
<DIV><FONT face=Arial size=2> . the driver need to write
tx command to Command register</FONT></DIV>
<DIV><FONT face=Arial size=2> . 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> . the firmware ackowledge
frame transmition with a TX bit on EVSTAT or indicates failure with
TXEXC on EVSTAT. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In the driver (according my
understand):</FONT></DIV>
<DIV><FONT face=Arial size=2> . prism2_transmit function
writes the TX command to Command register</FONT></DIV>
<DIV><FONT face=Arial size=2>
. prism2_cmd_ev 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> . prism2_interrupt gives
the event stat generated by the firmware (I suppose the TX or TXexc after
the transmit command) </FONT></DIV>
<DIV><FONT face=Arial size=2> . according to the event
identified calls the correspondig function or schedules
the 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> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>LC</FONT></DIV></BODY></HTML>