HS2.0 REL2:Add support for qos-mapping.

New IE in Assoc req is sent by AP to indicate DSCP to UP mapping
at the time of association.Also dynamically AP can update this
info using QosMap Configure Action frame.This commit adds support
in the driver to receive and parse them so that data will go
as indicated by AP

Change-Id: I4614110e02cc57dce37ca149817ffe8bd03e1f99
CRs-fixed: 583910
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index 5707202..ad169b1 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -8354,7 +8354,8 @@
    }
 
    //Initialize the WMM module
-   status = hdd_wmm_init(pHddCtx);
+   status = hdd_wmm_init(pHddCtx, hddWmmDscpToUpMapInfra);
+   status = hdd_wmm_init(pHddCtx, hddWmmDscpToUpMapP2p);
    if (!VOS_IS_STATUS_SUCCESS(status))
    {
       hddLog(VOS_TRACE_LEVEL_FATAL, "%s: hdd_wmm_init failed", __func__);