qca-wifi: Add command to get CFR Capture Status

Add command enum to get CFR capture status

CRs-Fixed: 2650814
Change-Id: I1a6546eff604556f2720c69222d83d1f35f2e437
This commit is contained in:
Adil Saeed Musthafa
2020-05-01 13:27:35 -07:00
부모 929fa81a8b
커밋 7fc354cba9

파일 보기

@@ -1178,7 +1178,7 @@ enum _ol_ath_param_t {
/* Prioritize scan over CAC time */
OL_ATH_SCAN_OVER_CAC = 441,
#endif
OL_ATH_PARAM_CFR_CAPTURE_STATUS = 442,
};
#ifdef CONFIG_SUPPORT_LIBROXML
@@ -3062,6 +3062,9 @@ struct vendor_commands radio_vendor_cmds[] = {
{"setHALparam", 35808, SET_PARAM, 1},
{"getHALparam", 35809, GET_PARAM, 0},
{"get_aggr_burst", 35821, GET_PARAM, 0},
{"get_cfr_capture_status",
OL_ATH_PARAM_SHIFT | OL_ATH_PARAM_CFR_CAPTURE_STATUS, GET_PARAM, 0},
};
#endif
#endif