소스 검색

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 년 전
부모
커밋
4816c5985f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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, \