Structure containing the information about the current A-MPDU being built. More...
#include <txl_cntrl.h>

Data Fields | |
| struct tx_agg_desc * | desc |
| Pointer to the allocated aggregation descriptor. | |
| struct txdesc * | txdesc_first |
| Pointer to the first TX descriptor of the A-MPDU. | |
| struct txdesc * | txdesc_last |
| Pointer to the last TX descriptor of the A-MPDU. | |
| uint32_t | max_len [NX_BW_LEN_STEPS] |
| Maximum length of the A-MPDU. | |
| uint16_t | mmss_bytes |
| Minimum number of bytes per A-MPDU sub frame (to fulfill the spacing requirement). | |
| uint16_t | nb_delims |
| Number of blank delimiters set in current desc to ensure minimal spacing from previous MPDU. | |
| uint8_t | max_cnt |
| Maximum number of MPDUs inside the A-MPDU. | |
| uint8_t | curr_cnt |
| Current number of MPDUs inside the A-MPDU. | |
| uint8_t | bw |
| BW of transmission of the A-MPDU. | |
| uint8_t | bw_idx |
| Current step of per-bandwidth length. | |
Structure containing the information about the current A-MPDU being built.
Definition at line 162 of file txl_cntrl.h.
1.6.1