Hi, I am working on an experiment that involves deciding packet transmissions depending on packet acknowledgements (single packet per transmission attempt). I need to know whether I can handle acknowledgements in software without re-transmission attempts at the hardware level. i.e. For every packet transmission, I need the driver to check for the packet acknowledgement, if an ACK is received then the the driver may decide to transmit another packet, else it will decide to physically sense the channel. This also means that packet transmissions without sensing may occur.
I wonder to what extent is this applicable. And what are the ways of implementing this if possible. Thanks for your time. Regards, Yahia Shabara.
_______________________________________________ ath9k-devel mailing list [email protected] https://lists.ath9k.org/mailman/listinfo/ath9k-devel
