|
@@ -3021,6 +3021,8 @@ struct wlan_eht_cap_info {
|
|
|
* @scs_traffic_desc: SCS traffic description support
|
|
|
* @max_mpdu_len: Maximum MPDU length
|
|
|
* @max_a_mpdu_len_exponent_ext: Maximum A-MPDU Length Exponent Extension
|
|
|
+ * @eht_trs_support: EHT TRS SUPPORT
|
|
|
+ * @txop_return_support_txop_share_m2: TXOP Return Support in TXOP Share Mode 2
|
|
|
* @reserved3: reserved bits
|
|
|
* @reserved2: reserved bits
|
|
|
* @support_320mhz_6ghz: support 320mhz in 6gz
|
|
@@ -3124,7 +3126,9 @@ struct wlan_eht_cap_info_network_endian {
|
|
|
uint16_t scs_traffic_desc:1;
|
|
|
uint16_t max_mpdu_len:2;
|
|
|
uint16_t max_a_mpdu_len_exponent_ext:1;
|
|
|
- uint16_t reserved:7;
|
|
|
+ uint16_t eht_trs_support:1;
|
|
|
+ uint16_t txop_return_support_txop_share_m2:1;
|
|
|
+ uint16_t reserved:5;
|
|
|
|
|
|
uint32_t reserved2:1;
|
|
|
uint32_t support_320mhz_6ghz:1;
|