wlan:Fix CCX UPLOAD logging issues in HDD

Recently the CCX UPLOAD feature was enabled which exposed mismatches
between format and argument in invocations of logging APIs within HDD,
so update the formats to match the arguments.

Change-Id: I23049ac0ef42a35cf06fe135c23d9efb6f5aa3e3
CRs-Fixed: 612754
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index 6fb80ed..c02531b 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -3680,7 +3680,7 @@
                           "UplinkPktQueueDlyHist[1](%d)\n"
                           "UplinkPktQueueDlyHist[2](%d)\n"
                           "UplinkPktQueueDlyHist[3](%d)\n"
-                          "UplinkPktTxDly(%lu)\n"
+                          "UplinkPktTxDly(%u)\n"
                           "UplinkPktLoss(%d)\n"
                           "UplinkPktCount(%d)\n"
                           "RoamingCount(%d)\n"
@@ -3903,7 +3903,7 @@
     for (j = 0; j < pCcxBcnReq->numBcnReqIe; j++)
     {
         VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
-                   "Index(%d) Measurement Token(%lu)Channel(%lu) Scan Mode(%lu) Measurement Duration(%lu)\n",
+                   "Index(%d) Measurement Token(%u)Channel(%u) Scan Mode(%u) Measurement Duration(%u)\n",
                    j,
                    pCcxBcnReq->bcnReq[j].measurementToken,
                    pCcxBcnReq->bcnReq[j].channel,