qcacmn: Don't update frame type to invalid for MCSC_RSP code

Currently, for action code MCSC RSP frame type is updated to
MGMT_FRM_UNSPECIFIED and is not received by framework.

Fix is to update frame type to MGMT_ACTION_MCSC_RSP, so that framework
can receive MCSC packets in case of action type MCSC_RSP.

Change-Id: I81f107558959dcf1c4967e677d6e1ba3d71e3596
CRs-Fixed: 2707310
This commit is contained in:
sheenam monga
2020-06-10 20:59:12 +05:30
committed by nshrivas
orang tua 778b28eb4a
melakukan c070294c55

Melihat File

@@ -747,6 +747,7 @@ mgmt_get_rvs_action_subtype(uint8_t action_code)
break;
case MCSC_RSP:
frm_type = MGMT_ACTION_MCSC_RSP;
break;
default:
frm_type = MGMT_FRM_UNSPECIFIED;
break;