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
This commit is contained in:
@@ -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, \
|
||||
|
Reference in New Issue
Block a user