qcacmn: Add the rssi dbm support param in dp soc

Update RSSI dbm support parameter in the dp soc
via CDP interface.

Change-Id: I1197d98eeb417361bb65ad6f3c0c777524c39c3b
CRs-Fixed: 3157372
This commit is contained in:
KARTHIK KUMAR T
2022-03-23 16:27:13 +05:30
committed by Madan Koyyalamudi
parent 4abe857789
commit ec906c0387
3 changed files with 9 additions and 0 deletions

View File

@@ -2754,6 +2754,7 @@ struct cdp_peer_hmwds_ast_add_status {
* Enumeration of cdp soc parameters
* @DP_SOC_PARAM_EAPOL_OVER_CONTROL_PORT: For sending EAPOL's over control port
* @DP_SOC_PARAM_MULTI_PEER_GRP_CMD_SUPPORT: For sending bulk AST delete
* @DP_SOC_PARAM_RSSI_DBM_CONV_SUPPORT: To set the rssi dbm support bit
*/
enum cdp_soc_param_t {
DP_SOC_PARAM_MSDU_EXCEPTION_DESC,
@@ -2761,6 +2762,7 @@ enum cdp_soc_param_t {
DP_SOC_PARAM_MAX_AST_AGEOUT,
DP_SOC_PARAM_EAPOL_OVER_CONTROL_PORT,
DP_SOC_PARAM_MULTI_PEER_GRP_CMD_SUPPORT,
DP_SOC_PARAM_RSSI_DBM_CONV_SUPPORT,
DP_SOC_PARAM_MAX,
};