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
This commit is contained in:
parent
8a314c48f8
commit
1b3e81d4a3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user