This forum is closed. Thank you for your contributions.
here is my quesiton:
In Sdr_mac_recv.c, after call SdrMacHandleRecvPacket, why it is "ReleaseCompleteSendQueue" coming? What Sendqueue is needed to be released?
Thanks for answer it !
It frees already sent packets only.
SDR stores the alredy sent packets in the SendCompleteList and frees here.