Hello linux-wireless colleagues,
Let me disturb you with a non-deep-in-the-code question...
I am working on an specific application starting from ath9k driver.
Basically I have to capture acks being used as triggers for other
actions at user level, so it would be useful to know the "journey of a
packet" through the driver (ath9k). Is this information available to
you? (publicly available?) I have searched for a while without results;
at the moment I am "blindly" working with a code analyzer through the
driver source with little and slow results, but A description of the
"state machine" would be more than useful; do you now where can I get
something?
Thank you in advance for your help
Guido
On Fri, Mar 16, 2012 at 2:31 PM, Guido Gavilanes <[email protected]> wrote:
>
> Hello linux-wireless colleagues,
>
> Let me disturb you with a non-deep-in-the-code question...
> I am working on an specific application starting from ath9k driver.
> Basically I have to capture acks being used as triggers for other
> actions at user level, so it would be useful to know the "journey of a
> packet" through the driver (ath9k). Is this information available to
> you? (publicly available?) I have searched for a while without results;
> at the moment I am "blindly" working with a code analyzer through the
> driver source with little and slow results, but A description of the
> "state machine" would be more than useful; do you now where can I get
> something?
pls start from ath9k_tx in main.c and the interrupt path in
ath_tx_tasklet/ath_tx_edma_tasklet
>
> Thank you in advance for your help
> Guido
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
--
thanks,
shafi