Преглед на файлове

qcacld-3.0: Use mac_handle_t in wlan_hdd_tx_rx

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

Change-Id: I9793ded75df9c0a0347ab3d1cba5ef85065fe653
CRs-Fixed: 2264433
Jeff Johnson преди 6 години
родител
ревизия
1cfebab2e7
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      core/hdd/src/wlan_hdd_tx_rx.c

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

@@ -2391,8 +2391,8 @@ int hdd_set_mon_rx_cb(struct net_device *dev)
 		goto exit;
 	}
 
-	qdf_status = sme_create_mon_session(hdd_ctx->hHal,
-				     adapter->mac_addr.bytes);
+	qdf_status = sme_create_mon_session(hdd_ctx->mac_handle,
+					    adapter->mac_addr.bytes);
 	if (QDF_STATUS_SUCCESS != qdf_status) {
 		hdd_err("sme_create_mon_session() failed to register. Status= %d [0x%08X]",
 			qdf_status, qdf_status);