fw-api: CL 11362100 - update fw common interface files

Add WMI_CHAN_FLAG_NAN_DISABLED def

Change-Id: I3828b89bca1b38e95211eed38a737d99d39e5907
CRs-Fixed: 2262693
Bug: 160167978
Signed-off-by: Rajeev Kumar <quic_rajekuma@quicinc.com>
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 8b53dea..4225d04 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -2003,6 +2003,7 @@
 #define WMI_CHAN_FLAG_DFS_CFREQ2  16 /* Enable radar event reporting for sec80 in VHT80p80 */
 #define WMI_CHAN_FLAG_ALLOW_HE    17 /* HE (11ax) is allowed on this channel */
 #define WMI_CHAN_FLAG_PSC         18 /* Indicate it is a PSC (preferred scanning channel) */
+#define WMI_CHAN_FLAG_NAN_DISABLED 19 /* Indicates that NAN operations are disabled on this channel */
 
 #define WMI_SET_CHANNEL_FLAG(pwmi_channel,flag) do { \
         (pwmi_channel)->info |=  (1 << flag);      \