Browse Source

qcacld-3.0: Use mac_handle_t in wlan_hdd_he (2)

Change "qcacld-3.0: Introduce mac_handle_t" introduced a modern name
for what was previously called the tHalHandle. Subsequently change
"qcacld-3.0: Use mac_handle_t in wlan_hdd_he" transitioned wlan_hdd_he
to use the new naming. But subsequently a new instance of the old
naming was added by change "qcacld-3.0: separate HE caps per band" so
replace that new instance.

Change-Id: Id450debfd30f54df050be7d02543581ce46eb5a5
CRs-Fixed: 2268167
Jeff Johnson 6 years ago
parent
commit
3f1b15c421
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/src/wlan_hdd_he.c

+ 1 - 1
core/hdd/src/wlan_hdd_he.c

@@ -241,7 +241,7 @@ void hdd_update_tgt_he_cap(struct hdd_context *hdd_ctx,
 	if (status == QDF_STATUS_E_FAILURE)
 		hdd_alert("could not set 5G HE PPET");
 
-	sme_update_tgt_he_cap(hdd_ctx->hHal, cfg);
+	sme_update_tgt_he_cap(hdd_ctx->mac_handle, cfg);
 }
 
 void wlan_hdd_check_11ax_support(struct hdd_beacon_data *beacon,