wlan: Rerun DPD if divide by zero happens.

Rerun DPD if fails

Change-Id: I78f7060f9fb777b4cc6ba83884c1626a9e2caf34
CR-Fixed: 423554
diff --git a/riva/inc/wlan_phy.h b/riva/inc/wlan_phy.h
index 47c1d6c..3e34162 100644
--- a/riva/inc/wlan_phy.h
+++ b/riva/inc/wlan_phy.h
@@ -211,6 +211,8 @@
 //[RY] new for PRIMA
 #define DPD_RESPONSE_SIZE 128
 typedef PACKED_PRE struct PACKED_POST {
+    tANI_U8  dpdCalFailCnt;                     //Count for number of times DPD cal failed.
+    tANI_U8  dpdCalSuccessCnt;                  //Count for number of times DPD cal passed.
     tANI_S16 dpd_threshold[DPD_RESPONSE_SIZE];
     tANI_S16 dpd_aoffset[DPD_RESPONSE_SIZE];
     tANI_S16 dpd_again[DPD_RESPONSE_SIZE];