|
@@ -1639,7 +1639,7 @@ struct wlan_lmac_if_twt_rx_ops {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#if defined WLAN_FEATURE_SR
|
|
|
+#ifdef WLAN_FEATURE_SR
|
|
|
struct wlan_lmac_if_spatial_reuse_tx_ops {
|
|
|
QDF_STATUS (*send_cfg)(struct wlan_objmgr_vdev *vdev, uint8_t sr_ctrl,
|
|
|
uint8_t non_srg_max_pd_offset);
|
|
@@ -1650,6 +1650,8 @@ struct wlan_lmac_if_spatial_reuse_tx_ops {
|
|
|
struct wlan_objmgr_pdev *pdev,
|
|
|
bool is_sr_enable, int32_t srg_pd_threshold,
|
|
|
int32_t non_srg_pd_threshold);
|
|
|
+ QDF_STATUS (*target_if_sr_update)(struct wlan_objmgr_pdev *pdev,
|
|
|
+ uint8_t vdev_id, uint32_t val);
|
|
|
};
|
|
|
#endif
|
|
|
|