wlan: Routing Action, Assoc, Auth frame to WQ5.

To ensure that Action, Assoc and Auth frames are transmitted
without fail, driver will send these frames over wq5.

CRs-Fixed: 641882
Change-Id: If7f8b078dbd18c0dcea8a9324a521f07411ba918
diff --git a/CORE/MAC/src/pe/lim/limP2P.c b/CORE/MAC/src/pe/lim/limP2P.c
index ce33ef3..dddfa1c 100644
--- a/CORE/MAC/src/pe/lim/limP2P.c
+++ b/CORE/MAC/src/pe/lim/limP2P.c
@@ -1324,6 +1324,12 @@
      */
     txFlag |= HAL_USE_BD_RATE2_FOR_MANAGEMENT_FRAME;
 
+    if (SIR_MAC_MGMT_ACTION == pFc->subType)
+    {
+        limLog( pMac, LOG1, FL("Sending Action Frame over WQ5"));
+        txFlag |= HAL_USE_FW_IN_TX_PATH;
+    }
+
     if ( (SIR_MAC_MGMT_PROBE_RSP == pFc->subType) ||
          (pMbMsg->noack)
         )