소스 검색

qcacld-3.0: Use mac_handle_t in wlan_hdd_ocb

Change "qcacld-3.0: Introduce mac_handle_t" introduced a modern
name for what was previously called the tHalHandle. Transition
wlan_hdd_ocb to use the new naming.

Change-Id: Iffbc2ff5419d7057e814f48750681ef24c1776ed
CRs-Fixed: 2262584
Jeff Johnson 7 년 전
부모
커밋
c3cb92fc74
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/hdd/src/wlan_hdd_ocb.c

+ 2 - 2
core/hdd/src/wlan_hdd_ocb.c

@@ -60,7 +60,7 @@
  */
 void hdd_set_dot11p_config(struct hdd_context *hdd_ctx)
 {
-	sme_set_dot11p_config(hdd_ctx->hHal,
+	sme_set_dot11p_config(hdd_ctx->mac_handle,
 			      hdd_ctx->config->dot11p_mode !=
 				WLAN_HDD_11P_DISABLED);
 }
@@ -1139,7 +1139,7 @@ __wlan_hdd_cfg80211_ocb_start_timing_advert(struct wiphy *wiphy,
 		tb[QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_REPEAT_RATE]);
 
 	timing_advert->template_length =
-		sme_ocb_gen_timing_advert_frame(hdd_ctx->hHal,
+		sme_ocb_gen_timing_advert_frame(hdd_ctx->mac_handle,
 			*(tSirMacAddr *)&adapter->mac_addr.bytes,
 			&timing_advert->template_value,
 			&timing_advert->timestamp_offset,