qcacmn: Tag FSE/FISA HTT setup commands as HTC_TX_PACKET_TAG_RUNTIME_PUT
FSE setup, FSE cache flush and FISA config commands do not have response, tag them as HTC_TX_PACKET_TAG_RUNTIME_PUT so that get on runtime_pm is released. Without this target fails to go to runtime_pm suspend. Change-Id: Ibb14484dd50c62bb4680b41acf93ce3da1bec796 CRs-Fixed: 2606884
This commit is contained in:

committed by
nshrivas

parent
b896f0eade
commit
3227df4b10
@@ -4679,7 +4679,7 @@ dp_htt_rx_flow_fst_setup(struct dp_pdev *pdev,
|
||||
qdf_nbuf_data(msg),
|
||||
qdf_nbuf_len(msg),
|
||||
soc->htc_endpoint,
|
||||
1); /* tag - not relevant here */
|
||||
HTC_TX_PACKET_TAG_RUNTIME_PUT);
|
||||
|
||||
SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msg);
|
||||
|
||||
@@ -4823,7 +4823,7 @@ dp_htt_rx_flow_fse_operation(struct dp_pdev *pdev,
|
||||
qdf_nbuf_data(msg),
|
||||
qdf_nbuf_len(msg),
|
||||
soc->htc_endpoint,
|
||||
1); /* tag - not relevant here */
|
||||
HTC_TX_PACKET_TAG_RUNTIME_PUT);
|
||||
|
||||
SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msg);
|
||||
|
||||
@@ -4929,7 +4929,7 @@ dp_htt_rx_fisa_config(struct dp_pdev *pdev,
|
||||
qdf_nbuf_data(msg),
|
||||
qdf_nbuf_len(msg),
|
||||
soc->htc_endpoint,
|
||||
1); /* tag - not relevant here */
|
||||
HTC_TX_PACKET_TAG_RUNTIME_PUT);
|
||||
|
||||
SET_HTC_PACKET_NET_BUF_CONTEXT(&pkt->htc_pkt, msg);
|
||||
|
||||
|
Reference in New Issue
Block a user