wlan: changes to indicate capabilty for generic BMU recovery

added capabilty to indicate if the host driver supports
generic BMU recovery. This change will advertize that the
driver does not support generic BMU recovery.

Change-Id: Ib4c24d3204641d7eae9113c05ff6f0ef55afcb00
CRs-Fixed: 763200
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h
index 72c2214..ee55276 100644
--- a/CORE/MAC/src/include/sirParams.h
+++ b/CORE/MAC/src/include/sirParams.h
@@ -122,6 +122,7 @@
    DYNAMIC_WMM_PS        = 43,
 
    MAC_SPOOFED_SCAN      = 44,
+   BMU_ERROR_GENERIC_RECOVERY = 45,
    WPS_PRBRSP_TMPL       = 48,
    BCN_IE_FLT_DELTA      = 49,
    //MAX_FEATURE_SUPPORTED = 128
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index d4599ed..3fed985 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -195,7 +195,6 @@
    ,FEATURE_NOT_SUPPORTED          //47
    ,WPS_PRBRSP_TMPL                //48
    ,BCN_IE_FLT_DELTA               //49
-
 };
 
 /*-------------------------------------------------------------------------- 
@@ -1407,6 +1406,10 @@
                           break;
 
 
+                     case BMU_ERROR_GENERIC_RECOVERY: snprintf(pCapStr, sizeof("BMU_ERROR_GENERIC_RECOVERY"), "%s", "BMU_ERROR_GENERIC_RECOVERY");
+                          pCapStr += strlen("BMU_ERROR_GENERIC_RECOVERY");
+                          break;
+
                  }
                  *pCapStr++ = ',';
                  *pCapStr++ = ' ';