Quellcode durchsuchen

qcacld-3.0: Use mac_handle_t in wlan_hdd_softap_tx_rx

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

Change-Id: Ie8c515c96ebfd741b36a4b69d1e482093ead569d
CRs-Fixed: 2262581
Jeff Johnson vor 6 Jahren
Ursprung
Commit
049f462bab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/hdd/src/wlan_hdd_softap_tx_rx.c

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

@@ -1179,7 +1179,7 @@ QDF_STATUS hdd_softap_stop_bss(struct hdd_adapter *adapter)
 	/*  Mark the indoor channel (passive) to enable  */
 	if (hdd_ctx->config->force_ssc_disable_indoor_channel) {
 		hdd_update_indoor_channel(hdd_ctx, false);
-		sme_update_channel_list(hdd_ctx->hHal);
+		sme_update_channel_list(hdd_ctx->mac_handle);
 	}
 
 	if (ucfg_ipa_is_enabled()) {