TDLS: WDI layer TDLS Off Channel feature flag support

This commit adds feature flag support for TDLS Off Channel.

CRs-fixed: 799369
Change-Id: I5f7c4a7ff448dd93a34ad2cbb988489617fab5fb
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h
index 6eb242f..dd0acf3 100644
--- a/CORE/MAC/src/include/sirParams.h
+++ b/CORE/MAC/src/include/sirParams.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -126,6 +126,9 @@
    FW_STATS              = 47,
    WPS_PRBRSP_TMPL       = 48,
    BCN_IE_FLT_DELTA      = 49,
+#ifdef FEATURE_WLAN_TDLS
+   TDLS_OFF_CHANNEL      = 51,
+#endif
    //MAX_FEATURE_SUPPORTED = 128
 } placeHolderInCapBitmap;