Procházet zdrojové kódy

qcacld-3.0: Replace lingering reference to tHddChannelInfo

As part of change Ic280113327e24a8934b0895c12b39ed7b4f73df6
("qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_oemdata.h")
references to typedef tHddChannelInfo were replaced with references to
struct hdd_channel_info. However one reference was missed, so replace
that one as well.

Change-Id: Ib31aa3cbe6cc14fbdeb0e17a51aba92b7c2bdd20
CRs-Fixed: 2376944
Jeff Johnson před 6 roky
rodič
revize
fd9a554500
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/hdd/src/wlan_hdd_oemdata.c

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

@@ -403,7 +403,7 @@ void hdd_update_channel_bw_info(struct hdd_context *hdd_ctx,
 	uint16_t sec_ch_2g = 0;
 	WLAN_PHY_MODE phy_mode;
 	uint32_t wni_dot11_mode;
-	tHddChannelInfo *hdd_chan_info = chan_info;
+	struct hdd_channel_info *hdd_chan_info = chan_info;
 
 	wni_dot11_mode = sme_get_wni_dot11_mode(hdd_ctx->mac_handle);