diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-09-21 14:43:56 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-21 14:43:56 -0700 |
| commit | 980dc86aced08863eca9dafe5ef73bf7b43694e2 (patch) | |
| tree | 4e48944e1347249cbf60dacd8c481662ebc58bb7 | |
| parent | 339cfc36d5912776f3a44ede30a025c0a48d7681 (diff) | |
| parent | 4f8754241cc8f8eef8c1b67dc425d4d0117398dc (diff) | |
Merge "qcacmn: Limit yield log to rx data CEs" into wlan-cmn.driver.lnx.1.0
| -rw-r--r-- | hif/src/ce/ce_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hif/src/ce/ce_service.c b/hif/src/ce/ce_service.c index 253e01b1ae36..bff035ab9434 100644 --- a/hif/src/ce/ce_service.c +++ b/hif/src/ce/ce_service.c @@ -212,7 +212,7 @@ bool hif_ce_service_should_yield(struct hif_softc *scn, yield = time_limit_reached || rxpkt_thresh_reached; - if (yield) + if (yield && ce_state->htt_rx_data) hif_napi_update_yield_stats(ce_state, time_limit_reached, rxpkt_thresh_reached); |
