qcacmn: Create a bitmask for enabled sawf parameters

This bitmask is used in RM app to detect and enable SLA support

Change-Id: I0dbf8b2b89aa810478821c3f3eba66024ff01422
CRs-Fixed: 3480807
This commit is contained in:
Dhananjay Latkar
2023-04-26 20:37:52 +05:30
committed by Madan Koyyalamudi
parent cdab8dab71
commit 5e217e2980
3 changed files with 18 additions and 15 deletions

View File

@@ -2388,9 +2388,9 @@ struct cdp_sawf_ops {
uint32_t service_interval, uint32_t burst_size,
uint32_t min_tput, uint32_t max_latency,
uint8_t add_or_sub);
bool
(*swaf_peer_is_sla_configured)(struct cdp_soc_t *soc,
uint8_t *mac_addr);
QDF_STATUS
(*swaf_peer_sla_configuration)(struct cdp_soc_t *soc,
uint8_t *mac_addr, uint16_t *sla_mask);
#endif
};