Revert "qcacmn: Add manual ulofdma trigger bit in rx ppdu user stats"
This reverts commit I2a697f91e572f88a36f96085d15c90c679deaf0c. Original change was added to support manual ulofdma trigger but it needs to be reverted here due to a small tweak in design approach. New design to be integrated and hence reverting this one. Change-Id: I4c358db48298666c753aa89166a31adbba067e36 CRs-Fixed: 3429084
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c1d7a3b4dc
commit
ff85561570
@@ -398,23 +398,6 @@ dp_rx_inc_rusize_cnt(struct dp_pdev *pdev,
|
||||
return is_data;
|
||||
}
|
||||
|
||||
#ifdef QCA_MANUAL_TRIGGERED_ULOFDMA
|
||||
static inline void
|
||||
dp_rx_update_manual_ulofdma_trig(struct mon_rx_user_status *rx_user_status,
|
||||
struct cdp_rx_stats_ppdu_user *user)
|
||||
{
|
||||
user->is_manual_ulofdma_trig =
|
||||
HTT_UL_OFDMA_USER_INFO_V0_W0_MANUAL_ULOFDMA_TRIG_GET(
|
||||
rx_user_status->mu_ul_user_v0_word0);
|
||||
}
|
||||
#else
|
||||
static inline void
|
||||
dp_rx_update_manual_ulofdma_trig(struct mon_rx_user_status *rx_user_status,
|
||||
struct cdp_rx_stats_ppdu_user *user)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* dp_rx_populate_cdp_indication_ppdu_user() - Populate per user cdp indication
|
||||
* @pdev: pdev ctx
|
||||
@@ -519,9 +502,6 @@ dp_rx_populate_cdp_indication_ppdu_user(struct dp_pdev *pdev,
|
||||
rx_stats_peruser->vdev_id = peer->vdev->vdev_id;
|
||||
rx_stats_peruser->mu_ul_info_valid = 0;
|
||||
|
||||
dp_rx_update_manual_ulofdma_trig(rx_user_status,
|
||||
rx_stats_peruser);
|
||||
|
||||
mon_ops = dp_mon_ops_get(soc);
|
||||
if (mon_ops && mon_ops->mon_rx_populate_ppdu_usr_info)
|
||||
mon_ops->mon_rx_populate_ppdu_usr_info(rx_user_status,
|
||||
|
Reference in New Issue
Block a user