Browse Source

qcacld-3.0: Fix typo in INI definition in CFG framework

Change I3b1ee6254de158ad6408dc8c61e83be571e180af refactored 3
APF related INI's into CFG framework. This was merged with a
a copying error causing INI string "gActiveMcBcBpfMode" being
replaced by "gActiveUcBpfMode". Fix this by correcting the
string name.

Fix copying error by replacing with the correct INI string.

Change-Id: I41576b1b22287f7c0fd751ce96ceddb8f7cbc62a
CRs-Fixed: 2393504
Nachiket Kukade 6 years ago
parent
commit
4816c5985f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/pmo/dispatcher/inc/wlan_pmo_apf_cfg.h

+ 1 - 1
components/pmo/dispatcher/inc/wlan_pmo_apf_cfg.h

@@ -85,7 +85,7 @@
  * </ini>
  */
 #define CFG_ACTIVE_MC_BC_APF_MODE CFG_INI_UINT( \
-	"gActiveUcBpfMode", \
+	"gActiveMcBcBpfMode", \
 	ACTIVE_APF_DISABLED, \
 	ACTIVE_APF_ENABLED, \
 	ACTIVE_APF_DISABLED, \