Home | History | Annotate | Download | only in proto

Lines Matching refs:mcs

2801 #define MCSSET_LEN	16	/* 16-bits per 8-bit set to give 128-bits bitmap of MCS Index */
2802 #define MAX_MCS_NUM (128) /* max mcs number = 128 */
2937 uint8 basic_mcs[MCSSET_LEN]; /* required MCS set */
2971 #define HT_BASIC_STBC_MCS 0x007f /* basic STBC MCS */
3022 #define HT_CTRL_LA_MAI 0x0000003C /* MCS request or antenna selection indication */
3024 #define HT_CTRL_LA_MAI_MRQ 0x00000004 /* MCS request */
3025 #define HT_CTRL_LA_MAI_MSI 0x00000038 /* MCS request sequence identifier */
3028 #define HT_CTRL_LA_MFB_ASELC 0x0000FE00 /* MCS feedback, antenna selection command/data */
3059 /* supported MCS set - 64 bit field */
3094 /* VHT Supported MCS Set - 64-bit - in VHT Cap IE */
3117 /* get mcsmap with given mcs for given nss streams */
3118 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \
3122 VHT_MCS_MAP_SET_MCS_PER_SS(i, mcs, mcsmap); \
3126 /* Map the mcs code to mcs bit map */
3132 /* Map the mcs bit map to mcs code */
3170 /* 3B VHT Op info + 2B Basic MCS */
3191 * Bit0: 5G MCS 0-9 BW 160MHz
3192 * Bit1: 5G MCS 0-9 support BW 80MHz
3193 * Bit2: 5G MCS 0-9 support BW 20MHz
3194 * Bit3: 2.4G MCS 0-9 support BW 20MHz
3206 /* Def for rx & tx basic mcs maps - ea ss num has 2 bits of info */