Browse Source

qcacld-3.0: Add support to send robust av streaming frame

In function lim_process_action_frame handle frame
with action category ACTION_CATEGORY_RVS.

Change-Id: Ib1ee9f97561f6bddc5508e2cbf742fd68c5e8258
CRs-Fixed: 2649895
sheenam monga 5 years ago
parent
commit
1b3e81d4a3
1 changed files with 5 additions and 1 deletions
  1. 5 1
      core/mac/src/pe/lim/lim_process_action_frame.c

+ 5 - 1
core/mac/src/pe/lim/lim_process_action_frame.c

@@ -2139,12 +2139,16 @@ void lim_process_action_frame(struct mac_context *mac_ctx,
 			break;
 		}
 		break;
+	case ACTION_CATEGORY_RVS:
 	case ACTION_CATEGORY_FST: {
 		tpSirMacMgmtHdr     hdr;
 
 		hdr = WMA_GET_RX_MAC_HEADER(rx_pkt_info);
 
-		pe_debug("Received FST MGMT action frame");
+		pe_debug("Received %s MGMT action frame",
+			 (action_hdr->category == ACTION_CATEGORY_FST) ?
+			"FST" : "RVS");
+
 		/* Forward to the SME to HDD */
 		lim_send_sme_mgmt_frame_ind(mac_ctx, hdr->fc.subType,
 					    (uint8_t *)hdr,