qcacmn: Error Handling in Event Based Mechanism

Error Handling in Event Based Mechanism to reduce
delay by removing sleep while getting response
from firmware.

Change-Id: I9ee8e03b0d0ebdaae150417fb0fb0531e5bf4a86
CRs-Fixed: 3268808
このコミットが含まれているのは:
[B
2022-07-26 17:53:24 +05:30
committed by Madan Koyyalamudi
コミット 1a321fabfd
3個のファイルの変更21行の追加13行の削除

ファイルの表示

@@ -3919,13 +3919,6 @@ QDF_STATUS dp_h2t_ext_stats_msg_send(struct dp_pdev *pdev,
return QDF_STATUS_E_FAILURE;
}
dp_htt_tx_stats_info("%pK: cookie <-> %d\n config_param_0 %u\n"
"config_param_1 %u\n config_param_2 %u\n"
"config_param_4 %u\n -------------",
pdev->soc, cookie_val,
config_param_0,
config_param_1, config_param_2, config_param_3);
msg_word = (uint32_t *) qdf_nbuf_data(msg);
qdf_nbuf_push_head(msg, HTC_HDR_ALIGNMENT_PADDING);