Bläddra i källkod

qcacld-3.0: Add change to set HT Op Mode in handle_ht_capabilityand_ht_info

Add missing change in handle_ht_capabilityand_ht_info to set the HT
OpMode field in the LIM capabilities.

Missing change from I019961016a2f0e39c7c62066c04788d3bd3d37e7.

Change-Id: If75ef4cfca5cdd3c42bedcf1f9303a63b264cea9
CRs-Fixed: 2346227
Vignesh Viswanathan 6 år sedan
förälder
incheckning
fe1b5bd1de
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      core/mac/src/pe/lim/lim_process_message_queue.c

+ 3 - 0
core/mac/src/pe/lim/lim_process_message_queue.c

@@ -2241,6 +2241,9 @@ handle_ht_capabilityand_ht_info(struct mac_context *pMac,
 	pMac->lim.gHTRifsMode = (uint8_t)pMac->mlme_cfg->ht_caps.info_field_1.
 		rifs_mode;
 
+	pMac->lim.gHTOperMode = (tSirMacHTOperatingMode)pMac->mlme_cfg->ht_caps.
+		info_field_2.op_mode;
+
 	pMac->lim.gHTPCOActive = (uint8_t)pMac->mlme_cfg->ht_caps.info_field_3.
 								pco_active;
 	pMac->lim.gHTPCOPhase = (uint8_t)pMac->mlme_cfg->ht_caps.info_field_3.