Revert "qcacmn: Add target_if api to update SR threshold"

This reverts Change-Id: Idddfcfe55d28af2b122ac9260dc8388feec42d14

Change-Id: I4f79b0bcc223adfc776608d85156721eb80f9d21
CRs-Fixed: 3374628
Bu işleme şunda yer alıyor:
Naveen Gurujala
2023-04-24 00:11:06 -07:00
işlemeyi yapan: Madan Koyyalamudi
ebeveyn c113031b68
işleme 2467d81f7b
2 değiştirilmiş dosya ile 6 ekleme ve 169 silme

Dosyayı Görüntüle

@@ -1621,7 +1621,7 @@ struct wlan_lmac_if_twt_rx_ops {
};
#endif
#ifdef WLAN_FEATURE_SR
#if defined 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);
@@ -1632,8 +1632,6 @@ 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_vdev *vdev,
bool val);
};
#endif