prima: After DELTS, revert to UAPSD related intervals in ini

Currently, Host is not updating static UAPSD related intervals
to firmware after delts received from application. Fix this.

Change-Id: I4fa297cf408232caa58edd7c39894c40f27daa19
CRs-Fixed: 755535
diff --git a/CORE/SME/inc/sme_Api.h b/CORE/SME/inc/sme_Api.h
index fcc91dc..2e2d6b5 100644
--- a/CORE/SME/inc/sme_Api.h
+++ b/CORE/SME/inc/sme_Api.h
@@ -83,6 +83,10 @@
 
 //Macro to disable split scan
 #define SME_DISABLE_SPLIT_SCAN   255
+
+//Macro to indicate invalid no of tspecs
+#define INVALID_TSPEC 100
+
 /*-------------------------------------------------------------------------- 
   Type declarations
   ------------------------------------------------------------------------*/