wlan: Add QCA copyright information in Tdls files newly added.

Update TDLS files with QCA copyright information.

Change-Id: I6c3f5eb31af192f439a9141626c43e64d2af02da
CR-Fixed: 426223
diff --git a/CORE/HDD/inc/wlan_hdd_tdls.h b/CORE/HDD/inc/wlan_hdd_tdls.h
new file mode 100644
index 0000000..0a357e5
--- /dev/null
+++ b/CORE/HDD/inc/wlan_hdd_tdls.h
@@ -0,0 +1,26 @@
+/*
+* Copyright (c) 2012 Qualcomm Atheros, Inc.
+* All Rights Reserved.
+* Qualcomm Atheros Confidential and Proprietary.
+*/
+
+#ifndef __HDD_TDSL_H
+#define __HDD_TDSL_H
+/**===========================================================================
+
+\file         wlan_hdd_tdls.h
+
+\brief       Linux HDD TDLS include file
+               Copyright 2012 (c) Qualcomm, Incorporated.
+               All Rights Reserved.
+               Qualcomm Confidential and Proprietary.
+
+==========================================================================*/
+
+#define MAX_NUM_TDLS_PEER	4
+
+extern int wlan_hdd_saveTdlsPeer(tCsrRoamInfo *pRoamInfo);
+
+extern int wlan_hdd_findTdlsPeer(tSirMacAddr peerMac);
+
+#endif // __HDD_TDSL_H