|
@@ -193,7 +193,11 @@ QDF_STATUS wma_post_ctrl_msg(struct mac_context *mac, struct scheduler_msg *pMsg
|
|
|
|
|
|
void wma_update_intf_hw_mode_params(uint32_t vdev_id, uint32_t mac_id,
|
|
|
uint32_t cfgd_hw_mode_index);
|
|
|
+#ifdef MPC_UT_FRAMEWORK
|
|
|
void wma_set_dbs_capability_ut(uint32_t dbs);
|
|
|
+#else
|
|
|
+static inline void wma_set_dbs_capability_ut(uint32_t dbs) {}
|
|
|
+#endif
|
|
|
QDF_STATUS wma_get_caps_for_phyidx_hwmode(struct wma_caps_per_phy *caps_per_phy,
|
|
|
enum hw_mode_dbs_capab hw_mode, enum cds_band_type band);
|
|
|
bool wma_is_rx_ldpc_supported_for_channel(uint32_t ch_freq);
|