瀏覽代碼

qcacmn: Add 11be eht_cap changes in SAP mode

Add 11be eht_cap changes in SAP mode.

Change-Id: I9c27e079276d8ea7eebda97954a69a485fa6d828
CRs-Fixed: 3265712
Deeksha Gupta 2 年之前
父節點
當前提交
4b36439025
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h

+ 5 - 1
umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h

@@ -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;