Browse Source

qcacmn: Use CONFIG_MCL flag to define MCL_OR_WIN_VALUE

Use CONFIG_MCL flag to separate MCL vs WIN version of
MCL_OR_WIN_VALUE macro.

Change-Id: Id14200ceb261eb10f9582ebefd75e06a4fe9f17f
CRs-Fixed: 2283692
Arif Hussain 6 years ago
parent
commit
f0e87032dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cfg/inc/cfg_define.h

+ 1 - 1
cfg/inc/cfg_define.h

@@ -85,7 +85,7 @@ enum cfg_fallback_behavior {
 	(NON_INI, IPV6, struct qdf_ipv6_addr, name, -1, -1, -1, desc, def)
 
 /* utility macros/functions */
-#ifdef MCL
+#ifdef CONFIG_MCL
 #define MCL_OR_WIN_VALUE(mcl_value, win_value) mcl_value
 #else
 #define MCL_OR_WIN_VALUE(mcl_value, win_value) win_value