Structure indicating the status and other information about the transmission. More...
#include <hal_desc.h>
Data Fields | |
| uint16_t | pn [4] |
| PN that was used for the transmission. | |
| uint16_t | sn |
| Sequence number of the packet. | |
| uint16_t | timestamp |
| Timestamp of first transmission of this MPDU. | |
| int8_t | credits |
| Number of flow control credits allocated. | |
| uint8_t | ampdu_size |
| Size (in mdpu) of the A-MPDU in which this frame as been transmitted. | |
| uint16_t | amsdu_size |
| Size allowed for AMSDU. | |
| uint32_t | status |
| TX status. | |
Structure indicating the status and other information about the transmission.
Definition at line 1012 of file hal_desc.h.
| uint8_t tx_cfm_tag::ampdu_size |
Size (in mdpu) of the A-MPDU in which this frame as been transmitted.
Valid only for singleton (=1) or last frame of the A-MPDU
Definition at line 1027 of file hal_desc.h.
Referenced by txl_mumimo_ampdu_finish().
1.6.1