|
@@ -961,6 +961,8 @@ struct dp_tx_desc_s *dp_tx_prepare_desc_single(struct dp_vdev *vdev,
|
|
msdu_info);
|
|
msdu_info);
|
|
if (htt_hdr_size == 0)
|
|
if (htt_hdr_size == 0)
|
|
goto failure;
|
|
goto failure;
|
|
|
|
+
|
|
|
|
+ tx_desc->length = qdf_nbuf_headlen(nbuf);
|
|
tx_desc->pkt_offset = align_pad + htt_hdr_size;
|
|
tx_desc->pkt_offset = align_pad + htt_hdr_size;
|
|
tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
|
|
tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW;
|
|
is_exception = 1;
|
|
is_exception = 1;
|